samples\SampleMoq.cs (4)
25Response<DetectedLanguage> response = Response.FromValue(TextAnalyticsModelFactory.DetectedLanguage("Spanish", "es", 1.00), mockResponse.Object);
63Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, default, default), mockResponse.Object);
104Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, docStats, default), mockResponse.Object);
148Response<DetectLanguageResultCollection> response = Response.FromValue(TextAnalyticsModelFactory.DetectLanguageResultCollection(languages, default, default), mockResponse.Object);
Generated\AvailabilitySet.cs (28)
77public async virtual Task<Response<AvailabilitySet>> GetAsync(CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
97public virtual Response<AvailabilitySet> Get(CancellationToken cancellationToken = default)
103var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
180public async virtual Task<Response<AvailabilitySet>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
191var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
194var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
209public virtual Response<AvailabilitySet> AddTag(string key, string value, CancellationToken cancellationToken = default)
220var originalTags = TagResource.Get(cancellationToken);
223var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
237public async virtual Task<Response<AvailabilitySet>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
249var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
252var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
266public virtual Response<AvailabilitySet> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
278var originalTags = TagResource.Get(cancellationToken);
281var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
295public async virtual Task<Response<AvailabilitySet>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
306var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
309var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
323public virtual Response<AvailabilitySet> RemoveTag(string key, CancellationToken cancellationToken = default)
334var originalTags = TagResource.Get(cancellationToken);
337var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
350public virtual async Task<Response<AvailabilitySet>> UpdateAsync(AvailabilitySetUpdate parameters, CancellationToken cancellationToken = default)
361var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
375public virtual Response<AvailabilitySet> Update(AvailabilitySetUpdate parameters, CancellationToken cancellationToken = default)
386var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
407var response = _restClient.GetAvailableSizes(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
430var response = await _restClient.GetAvailableSizesAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\AvailabilitySetContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, availabilitySetName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, availabilitySetName, parameters, cancellationToken).ConfigureAwait(false);
117public virtual Response<AvailabilitySet> Get(string availabilitySetName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, availabilitySetName, cancellationToken: cancellationToken);
143public async virtual Task<Response<AvailabilitySet>> GetAsync(string availabilitySetName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, availabilitySetName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<AvailabilitySet> GetIfExists(string availabilitySetName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, availabilitySetName, cancellationToken: cancellationToken);
195public async virtual Task<Response<AvailabilitySet>> GetIfExistsAsync(string availabilitySetName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, availabilitySetName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string availabilitySetName, CancellationToken cancellationToken = default)
232var response = GetIfExists(availabilitySetName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string availabilitySetName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(availabilitySetName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\CloudService.cs (50)
84public async virtual Task<Response<CloudService>> GetAsync(CancellationToken cancellationToken = default)
90var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
104public virtual Response<CloudService> Get(CancellationToken cancellationToken = default)
110var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
187public async virtual Task<Response<CloudService>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
198var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
201var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
216public virtual Response<CloudService> AddTag(string key, string value, CancellationToken cancellationToken = default)
227var originalTags = TagResource.Get(cancellationToken);
230var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
244public async virtual Task<Response<CloudService>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
256var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
259var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
273public virtual Response<CloudService> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
285var originalTags = TagResource.Get(cancellationToken);
288var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
302public async virtual Task<Response<CloudService>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
313var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
316var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
330public virtual Response<CloudService> RemoveTag(string key, CancellationToken cancellationToken = default)
341var originalTags = TagResource.Get(cancellationToken);
344var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
355public virtual async Task<Response<CloudServiceInstanceView>> GetInstanceViewAsync(CancellationToken cancellationToken = default)
361var response = await _restClient.GetInstanceViewAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
373public virtual Response<CloudServiceInstanceView> GetInstanceView(CancellationToken cancellationToken = default)
379var response = _restClient.GetInstanceView(Id.ResourceGroupName, Id.Name, cancellationToken);
392public virtual async Task<Response<RoleInstance>> GetCloudServiceRoleInstanceAsync(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
398var response = await _cloudServiceRoleInstancesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
411public virtual Response<RoleInstance> GetCloudServiceRoleInstance(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
417var response = _cloudServiceRoleInstancesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
429public virtual async Task<Response<RoleInstanceView>> GetCloudServiceRoleInstanceInstanceViewAsync(CancellationToken cancellationToken = default)
435var response = await _cloudServiceRoleInstancesRestClient.GetInstanceViewAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
447public virtual Response<RoleInstanceView> GetCloudServiceRoleInstanceInstanceView(CancellationToken cancellationToken = default)
453var response = _cloudServiceRoleInstancesRestClient.GetInstanceView(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
465public virtual async Task<Response<Stream>> GetCloudServiceRoleInstanceRemoteDesktopFileAsync(CancellationToken cancellationToken = default)
471var response = await _cloudServiceRoleInstancesRestClient.GetRemoteDesktopFileAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
483public virtual Response<Stream> GetCloudServiceRoleInstanceRemoteDesktopFile(CancellationToken cancellationToken = default)
489var response = _cloudServiceRoleInstancesRestClient.GetRemoteDesktopFile(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
511var response = _cloudServiceRoleInstancesRestClient.GetAll(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken);
526var response = _cloudServiceRoleInstancesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken);
550var response = await _cloudServiceRoleInstancesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
565var response = await _cloudServiceRoleInstancesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
578public virtual async Task<Response<CloudServiceRole>> GetCloudServiceRoleAsync(CancellationToken cancellationToken = default)
584var response = await _cloudServiceRolesRestClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
596public virtual Response<CloudServiceRole> GetCloudServiceRole(CancellationToken cancellationToken = default)
602var response = _cloudServiceRolesRestClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
623var response = _cloudServiceRolesRestClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
638var response = _cloudServiceRolesRestClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
661var response = await _cloudServiceRolesRestClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
676var response = await _cloudServiceRolesRestClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\CloudServiceContainer.cs (16)
109public virtual Response<CloudService> Get(string cloudServiceName, CancellationToken cancellationToken = default)
120var response = _restClient.Get(Id.ResourceGroupName, cloudServiceName, cancellationToken: cancellationToken);
135public async virtual Task<Response<CloudService>> GetAsync(string cloudServiceName, CancellationToken cancellationToken = default)
146var response = await _restClient.GetAsync(Id.ResourceGroupName, cloudServiceName, cancellationToken: cancellationToken).ConfigureAwait(false);
161public virtual Response<CloudService> GetIfExists(string cloudServiceName, CancellationToken cancellationToken = default)
172var response = _restClient.Get(Id.ResourceGroupName, cloudServiceName, cancellationToken: cancellationToken);
187public async virtual Task<Response<CloudService>> GetIfExistsAsync(string cloudServiceName, CancellationToken cancellationToken = default)
198var response = await _restClient.GetAsync(Id.ResourceGroupName, cloudServiceName, cancellationToken: cancellationToken).ConfigureAwait(false);
213public virtual Response<bool> CheckIfExists(string cloudServiceName, CancellationToken cancellationToken = default)
224var response = GetIfExists(cloudServiceName, cancellationToken: cancellationToken);
237public async virtual Task<Response<bool>> CheckIfExistsAsync(string cloudServiceName, CancellationToken cancellationToken = default)
248var response = await GetIfExistsAsync(cloudServiceName, cancellationToken: cancellationToken).ConfigureAwait(false);
269var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
284var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
307var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
322var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DedicatedHost.cs (22)
77public async virtual Task<Response<DedicatedHost>> GetAsync(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<DedicatedHost> Get(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<DedicatedHost>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<DedicatedHost> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
238public async virtual Task<Response<DedicatedHost>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<DedicatedHost> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
296public async virtual Task<Response<DedicatedHost>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<DedicatedHost> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
Generated\DedicatedHostContainer.cs (16)
117public virtual Response<DedicatedHost> Get(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Name, hostName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<DedicatedHost>> GetAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, hostName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<DedicatedHost> GetIfExists(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Name, hostName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<DedicatedHost>> GetIfExistsAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, hostName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(hostName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(hostName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAllByHostGroup(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllByHostGroupNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllByHostGroupAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllByHostGroupNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DedicatedHostGroup.cs (26)
77public async virtual Task<Response<DedicatedHostGroup>> GetAsync(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<DedicatedHostGroup> Get(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<DedicatedHostGroup>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<DedicatedHostGroup> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
238public async virtual Task<Response<DedicatedHostGroup>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<DedicatedHostGroup> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
296public async virtual Task<Response<DedicatedHostGroup>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<DedicatedHostGroup> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
351public virtual async Task<Response<DedicatedHostGroup>> UpdateAsync(DedicatedHostGroupUpdate parameters, CancellationToken cancellationToken = default)
362var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
376public virtual Response<DedicatedHostGroup> Update(DedicatedHostGroupUpdate parameters, CancellationToken cancellationToken = default)
387var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\DedicatedHostGroupContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, hostGroupName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, hostGroupName, parameters, cancellationToken).ConfigureAwait(false);
118public virtual Response<DedicatedHostGroup> Get(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, hostGroupName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<DedicatedHostGroup>> GetAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, hostGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<DedicatedHostGroup> GetIfExists(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, hostGroupName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<DedicatedHostGroup>> GetIfExistsAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, hostGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(hostGroupName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(hostGroupName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Disk.cs (22)
76public async virtual Task<Response<Disk>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<Disk> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
179public async virtual Task<Response<Disk>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<Disk> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
236public async virtual Task<Response<Disk>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<Disk> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
294public async virtual Task<Response<Disk>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<Disk> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\DiskAccess.cs (26)
76public async virtual Task<Response<DiskAccess>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<DiskAccess> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
179public async virtual Task<Response<DiskAccess>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<DiskAccess> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
236public async virtual Task<Response<DiskAccess>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<DiskAccess> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
294public async virtual Task<Response<DiskAccess>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<DiskAccess> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
347public virtual async Task<Response<IReadOnlyList<PrivateLinkResource>>> GetPrivateLinkResourcesAsync(CancellationToken cancellationToken = default)
353var response = await _restClient.GetPrivateLinkResourcesAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
365public virtual Response<IReadOnlyList<PrivateLinkResource>> GetPrivateLinkResources(CancellationToken cancellationToken = default)
371var response = _restClient.GetPrivateLinkResources(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\DiskAccessContainer.cs (16)
117public virtual Response<DiskAccess> Get(string diskAccessName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, diskAccessName, cancellationToken: cancellationToken);
143public async virtual Task<Response<DiskAccess>> GetAsync(string diskAccessName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, diskAccessName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<DiskAccess> GetIfExists(string diskAccessName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, diskAccessName, cancellationToken: cancellationToken);
195public async virtual Task<Response<DiskAccess>> GetIfExistsAsync(string diskAccessName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, diskAccessName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string diskAccessName, CancellationToken cancellationToken = default)
232var response = GetIfExists(diskAccessName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string diskAccessName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(diskAccessName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DiskContainer.cs (16)
117public virtual Response<Disk> Get(string diskName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, diskName, cancellationToken: cancellationToken);
143public async virtual Task<Response<Disk>> GetAsync(string diskName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, diskName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<Disk> GetIfExists(string diskName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, diskName, cancellationToken: cancellationToken);
195public async virtual Task<Response<Disk>> GetIfExistsAsync(string diskName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, diskName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string diskName, CancellationToken cancellationToken = default)
232var response = GetIfExists(diskName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string diskName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(diskName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DiskEncryptionSet.cs (26)
77public async virtual Task<Response<DiskEncryptionSet>> GetAsync(CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
97public virtual Response<DiskEncryptionSet> Get(CancellationToken cancellationToken = default)
103var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
180public async virtual Task<Response<DiskEncryptionSet>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
191var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
194var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
209public virtual Response<DiskEncryptionSet> AddTag(string key, string value, CancellationToken cancellationToken = default)
220var originalTags = TagResource.Get(cancellationToken);
223var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
237public async virtual Task<Response<DiskEncryptionSet>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
249var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
252var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
266public virtual Response<DiskEncryptionSet> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
278var originalTags = TagResource.Get(cancellationToken);
281var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
295public async virtual Task<Response<DiskEncryptionSet>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
306var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
309var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
323public virtual Response<DiskEncryptionSet> RemoveTag(string key, CancellationToken cancellationToken = default)
334var originalTags = TagResource.Get(cancellationToken);
337var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
358var response = _restClient.GetAssociatedResources(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
373var response = _restClient.GetAssociatedResourcesNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
396var response = await _restClient.GetAssociatedResourcesAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
411var response = await _restClient.GetAssociatedResourcesNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DiskEncryptionSetContainer.cs (16)
117public virtual Response<DiskEncryptionSet> Get(string diskEncryptionSetName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, diskEncryptionSetName, cancellationToken: cancellationToken);
143public async virtual Task<Response<DiskEncryptionSet>> GetAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, diskEncryptionSetName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<DiskEncryptionSet> GetIfExists(string diskEncryptionSetName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, diskEncryptionSetName, cancellationToken: cancellationToken);
195public async virtual Task<Response<DiskEncryptionSet>> GetIfExistsAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, diskEncryptionSetName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string diskEncryptionSetName, CancellationToken cancellationToken = default)
232var response = GetIfExists(diskEncryptionSetName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string diskEncryptionSetName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(diskEncryptionSetName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\DiskRestorePointContainer.cs (16)
47public virtual Response<DiskRestorePoint> Get(string diskRestorePointName, CancellationToken cancellationToken = default)
58var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, diskRestorePointName, cancellationToken: cancellationToken);
73public async virtual Task<Response<DiskRestorePoint>> GetAsync(string diskRestorePointName, CancellationToken cancellationToken = default)
84var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, diskRestorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
99public virtual Response<DiskRestorePoint> GetIfExists(string diskRestorePointName, CancellationToken cancellationToken = default)
110var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, diskRestorePointName, cancellationToken: cancellationToken);
125public async virtual Task<Response<DiskRestorePoint>> GetIfExistsAsync(string diskRestorePointName, CancellationToken cancellationToken = default)
136var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, diskRestorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
151public virtual Response<bool> CheckIfExists(string diskRestorePointName, CancellationToken cancellationToken = default)
162var response = GetIfExists(diskRestorePointName, cancellationToken: cancellationToken);
175public async virtual Task<Response<bool>> CheckIfExistsAsync(string diskRestorePointName, CancellationToken cancellationToken = default)
186var response = await GetIfExistsAsync(diskRestorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
207var response = _restClient.GetAllByRestorePoint(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
222var response = _restClient.GetAllByRestorePointNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
245var response = await _restClient.GetAllByRestorePointAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
260var response = await _restClient.GetAllByRestorePointNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Extensions\SubscriptionExtensions.cs (142)
49var response = await restOperations.GetAllBySubscriptionAsync(expand, cancellationToken: cancellationToken).ConfigureAwait(false);
64var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
95var response = restOperations.GetAllBySubscription(expand, cancellationToken: cancellationToken);
110var response = restOperations.GetAllBySubscriptionNextPage(nextLink, expand, cancellationToken: cancellationToken);
175var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
190var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
220var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
235var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
300var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
315var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
345var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
360var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
425var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
440var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
470var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
485var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
557var response = await restOperations.GetAllByLocationAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
572var response = await restOperations.GetAllByLocationNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
609var response = restOperations.GetAllByLocation(location, cancellationToken: cancellationToken);
624var response = restOperations.GetAllByLocationNextPage(nextLink, location, cancellationToken: cancellationToken);
655var response = await restOperations.GetBySubscriptionAsync(statusOnly, cancellationToken: cancellationToken).ConfigureAwait(false);
670var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, statusOnly, cancellationToken: cancellationToken).ConfigureAwait(false);
701var response = restOperations.GetBySubscription(statusOnly, cancellationToken: cancellationToken);
716var response = restOperations.GetBySubscriptionNextPage(nextLink, statusOnly, cancellationToken: cancellationToken);
788var response = await restOperations.GetAllByLocationAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
803var response = await restOperations.GetAllByLocationNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
840var response = restOperations.GetAllByLocation(location, cancellationToken: cancellationToken);
855var response = restOperations.GetAllByLocationNextPage(nextLink, location, cancellationToken: cancellationToken);
885var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
900var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
930var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
945var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1010var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1025var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1055var response = restOperations.GetAll(cancellationToken: cancellationToken);
1070var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1135var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1150var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1180var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1195var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1260var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1275var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1305var response = restOperations.GetAll(cancellationToken: cancellationToken);
1320var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1385var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1400var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1430var response = restOperations.GetAll(cancellationToken: cancellationToken);
1445var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1510var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1525var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1555var response = restOperations.GetAll(cancellationToken: cancellationToken);
1570var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1635var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1650var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1680var response = restOperations.GetAll(cancellationToken: cancellationToken);
1695var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken);
1760var response = await restOperations.GetAllBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1775var response = await restOperations.GetAllBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1805var response = restOperations.GetAllBySubscription(cancellationToken: cancellationToken);
1820var response = restOperations.GetAllBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
1895var response = await restOperations.GetBySubscriptionAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
1910var response = await restOperations.GetBySubscriptionNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false);
1940var response = restOperations.GetBySubscription(cancellationToken: cancellationToken);
1955var response = restOperations.GetBySubscriptionNextPage(nextLink, cancellationToken: cancellationToken);
2012public static async Task<Response<VirtualMachineExtensionImage>> GetVirtualMachineExtensionImageAsync(this Subscription subscription, string location, string publisherName, string type, string version, CancellationToken cancellationToken = default)
2039var response = await restOperations.GetAsync(location, publisherName, type, version, cancellationToken).ConfigureAwait(false);
2059public static Response<VirtualMachineExtensionImage> GetVirtualMachineExtensionImage(this Subscription subscription, string location, string publisherName, string type, string version, CancellationToken cancellationToken = default)
2086var response = restOperations.Get(location, publisherName, type, version, cancellationToken);
2104public static async Task<Response<IReadOnlyList<VirtualMachineExtensionImage>>> GetVirtualMachineExtensionImageTypesAsync(this Subscription subscription, string location, string publisherName, CancellationToken cancellationToken = default)
2123var response = await restOperations.GetTypesAsync(location, publisherName, cancellationToken).ConfigureAwait(false);
2141public static Response<IReadOnlyList<VirtualMachineExtensionImage>> GetVirtualMachineExtensionImageTypes(this Subscription subscription, string location, string publisherName, CancellationToken cancellationToken = default)
2160var response = restOperations.GetTypes(location, publisherName, cancellationToken);
2182public static async Task<Response<IReadOnlyList<VirtualMachineExtensionImage>>> GetVirtualMachineExtensionImageVersionsAsync(this Subscription subscription, string location, string publisherName, string type, string filter = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2205var response = await restOperations.GetVersionsAsync(location, publisherName, type, filter, top, orderby, cancellationToken).ConfigureAwait(false);
2227public static Response<IReadOnlyList<VirtualMachineExtensionImage>> GetVirtualMachineExtensionImageVersions(this Subscription subscription, string location, string publisherName, string type, string filter = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2250var response = restOperations.GetVersions(location, publisherName, type, filter, top, orderby, cancellationToken);
2279public static async Task<Response<VirtualMachineImage>> GetVirtualMachineImageAsync(this Subscription subscription, string location, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
2310var response = await restOperations.GetAsync(location, publisherName, offer, skus, version, cancellationToken).ConfigureAwait(false);
2331public static Response<VirtualMachineImage> GetVirtualMachineImage(this Subscription subscription, string location, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
2362var response = restOperations.Get(location, publisherName, offer, skus, version, cancellationToken);
2385public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagesAsync(this Subscription subscription, string location, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2412var response = await restOperations.GetAllAsync(location, publisherName, offer, skus, expand, top, orderby, cancellationToken).ConfigureAwait(false);
2435public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImages(this Subscription subscription, string location, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2462var response = restOperations.GetAll(location, publisherName, offer, skus, expand, top, orderby, cancellationToken);
2480public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImageOffersAsync(this Subscription subscription, string location, string publisherName, CancellationToken cancellationToken = default)
2499var response = await restOperations.GetOffersAsync(location, publisherName, cancellationToken).ConfigureAwait(false);
2517public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImageOffers(this Subscription subscription, string location, string publisherName, CancellationToken cancellationToken = default)
2536var response = restOperations.GetOffers(location, publisherName, cancellationToken);
2553public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagePublishersAsync(this Subscription subscription, string location, CancellationToken cancellationToken = default)
2568var response = await restOperations.GetPublishersAsync(location, cancellationToken).ConfigureAwait(false);
2585public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImagePublishers(this Subscription subscription, string location, CancellationToken cancellationToken = default)
2600var response = restOperations.GetPublishers(location, cancellationToken);
2619public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImageSkusAsync(this Subscription subscription, string location, string publisherName, string offer, CancellationToken cancellationToken = default)
2642var response = await restOperations.GetSkusAsync(location, publisherName, offer, cancellationToken).ConfigureAwait(false);
2661public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImageSkus(this Subscription subscription, string location, string publisherName, string offer, CancellationToken cancellationToken = default)
2684var response = restOperations.GetSkus(location, publisherName, offer, cancellationToken);
2714public static async Task<Response<VirtualMachineImage>> GetVirtualMachineImagesEdgeZoneAsync(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
2749var response = await restOperations.GetAsync(location, edgeZone, publisherName, offer, skus, version, cancellationToken).ConfigureAwait(false);
2771public static Response<VirtualMachineImage> GetVirtualMachineImagesEdgeZone(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
2806var response = restOperations.Get(location, edgeZone, publisherName, offer, skus, version, cancellationToken);
2830public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagesEdgeZonesAsync(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2861var response = await restOperations.GetAllAsync(location, edgeZone, publisherName, offer, skus, expand, top, orderby, cancellationToken).ConfigureAwait(false);
2885public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImagesEdgeZones(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
2916var response = restOperations.GetAll(location, edgeZone, publisherName, offer, skus, expand, top, orderby, cancellationToken);
2935public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagesEdgeZoneOffersAsync(this Subscription subscription, string location, string edgeZone, string publisherName, CancellationToken cancellationToken = default)
2958var response = await restOperations.GetOffersAsync(location, edgeZone, publisherName, cancellationToken).ConfigureAwait(false);
2977public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImagesEdgeZoneOffers(this Subscription subscription, string location, string edgeZone, string publisherName, CancellationToken cancellationToken = default)
3000var response = restOperations.GetOffers(location, edgeZone, publisherName, cancellationToken);
3018public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagesEdgeZonePublishersAsync(this Subscription subscription, string location, string edgeZone, CancellationToken cancellationToken = default)
3037var response = await restOperations.GetPublishersAsync(location, edgeZone, cancellationToken).ConfigureAwait(false);
3055public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImagesEdgeZonePublishers(this Subscription subscription, string location, string edgeZone, CancellationToken cancellationToken = default)
3074var response = restOperations.GetPublishers(location, edgeZone, cancellationToken);
3094public static async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetVirtualMachineImagesEdgeZoneSkusAsync(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, CancellationToken cancellationToken = default)
3121var response = await restOperations.GetSkusAsync(location, edgeZone, publisherName, offer, cancellationToken).ConfigureAwait(false);
3141public static Response<IReadOnlyList<VirtualMachineImageResource>> GetVirtualMachineImagesEdgeZoneSkus(this Subscription subscription, string location, string edgeZone, string publisherName, string offer, CancellationToken cancellationToken = default)
3168var response = restOperations.GetSkus(location, edgeZone, publisherName, offer, cancellationToken);
3211var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
3226var response = await restOperations.GetAllNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
3263var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
3278var response = restOperations.GetAllNextPage(nextLink, location, cancellationToken: cancellationToken);
3323var response = await restOperations.GetAllAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
3360var response = restOperations.GetAll(location, cancellationToken: cancellationToken);
3407var response = await restOperations.GetAllAsync(filter, cancellationToken: cancellationToken).ConfigureAwait(false);
3422var response = await restOperations.GetAllNextPageAsync(nextLink, filter, cancellationToken: cancellationToken).ConfigureAwait(false);
3453var response = restOperations.GetAll(filter, cancellationToken: cancellationToken);
3468var response = restOperations.GetAllNextPage(nextLink, filter, cancellationToken: cancellationToken);
3513var response = await restOperations.GetOSVersionsAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
3528var response = await restOperations.GetOSVersionsNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
3565var response = restOperations.GetOSVersions(location, cancellationToken: cancellationToken);
3580var response = restOperations.GetOSVersionsNextPage(nextLink, location, cancellationToken: cancellationToken);
3617var response = await restOperations.GetOSFamiliesAsync(location, cancellationToken: cancellationToken).ConfigureAwait(false);
3632var response = await restOperations.GetOSFamiliesNextPageAsync(nextLink, location, cancellationToken: cancellationToken).ConfigureAwait(false);
3669var response = restOperations.GetOSFamilies(location, cancellationToken: cancellationToken);
3684var response = restOperations.GetOSFamiliesNextPage(nextLink, location, cancellationToken: cancellationToken);
3704public static async Task<Response<OSVersion>> GetCloudServiceOperatingSystemOSVersionAsync(this Subscription subscription, string location, string osVersionName, CancellationToken cancellationToken = default)
3723var response = await restOperations.GetOSVersionAsync(location, osVersionName, cancellationToken).ConfigureAwait(false);
3741public static Response<OSVersion> GetCloudServiceOperatingSystemOSVersion(this Subscription subscription, string location, string osVersionName, CancellationToken cancellationToken = default)
3760var response = restOperations.GetOSVersion(location, osVersionName, cancellationToken);
3778public static async Task<Response<OSFamily>> GetCloudServiceOperatingSystemOSFamilyAsync(this Subscription subscription, string location, string osFamilyName, CancellationToken cancellationToken = default)
3797var response = await restOperations.GetOSFamilyAsync(location, osFamilyName, cancellationToken).ConfigureAwait(false);
3815public static Response<OSFamily> GetCloudServiceOperatingSystemOSFamily(this Subscription subscription, string location, string osFamilyName, CancellationToken cancellationToken = default)
3834var response = restOperations.GetOSFamily(location, osFamilyName, cancellationToken);
Generated\Gallery.cs (22)
80public async virtual Task<Response<Gallery>> GetAsync(SelectPermissions? select = null, CancellationToken cancellationToken = default)
86var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, select, cancellationToken).ConfigureAwait(false);
101public virtual Response<Gallery> Get(SelectPermissions? select = null, CancellationToken cancellationToken = default)
107var response = _restClient.Get(Id.ResourceGroupName, Id.Name, select, cancellationToken);
184public async virtual Task<Response<Gallery>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
195var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
198var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
213public virtual Response<Gallery> AddTag(string key, string value, CancellationToken cancellationToken = default)
224var originalTags = TagResource.Get(cancellationToken);
227var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
241public async virtual Task<Response<Gallery>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
253var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
256var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
270public virtual Response<Gallery> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
282var originalTags = TagResource.Get(cancellationToken);
285var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
299public async virtual Task<Response<Gallery>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
310var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
313var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
327public virtual Response<Gallery> RemoveTag(string key, CancellationToken cancellationToken = default)
338var originalTags = TagResource.Get(cancellationToken);
341var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
Generated\GalleryApplication.cs (22)
76public async virtual Task<Response<GalleryApplication>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<GalleryApplication> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
179public async virtual Task<Response<GalleryApplication>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<GalleryApplication> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
236public async virtual Task<Response<GalleryApplication>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<GalleryApplication> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
294public async virtual Task<Response<GalleryApplication>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<GalleryApplication> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
Generated\GalleryApplicationContainer.cs (16)
116public virtual Response<GalleryApplication> Get(string galleryApplicationName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, galleryApplicationName, cancellationToken: cancellationToken);
142public async virtual Task<Response<GalleryApplication>> GetAsync(string galleryApplicationName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, galleryApplicationName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<GalleryApplication> GetIfExists(string galleryApplicationName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, galleryApplicationName, cancellationToken: cancellationToken);
194public async virtual Task<Response<GalleryApplication>> GetIfExistsAsync(string galleryApplicationName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, galleryApplicationName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string galleryApplicationName, CancellationToken cancellationToken = default)
231var response = GetIfExists(galleryApplicationName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryApplicationName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(galleryApplicationName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByGallery(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByGalleryNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByGalleryAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByGalleryNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\GalleryApplicationVersion.cs (22)
77public async virtual Task<Response<GalleryApplicationVersion>> GetAsync(ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<GalleryApplicationVersion> Get(ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<GalleryApplicationVersion>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<GalleryApplicationVersion> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
238public async virtual Task<Response<GalleryApplicationVersion>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<GalleryApplicationVersion> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
296public async virtual Task<Response<GalleryApplicationVersion>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<GalleryApplicationVersion> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
Generated\GalleryApplicationVersionContainer.cs (16)
117public virtual Response<GalleryApplicationVersion> Get(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryApplicationVersionName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<GalleryApplicationVersion>> GetAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryApplicationVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<GalleryApplicationVersion> GetIfExists(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryApplicationVersionName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<GalleryApplicationVersion>> GetIfExistsAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryApplicationVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(galleryApplicationVersionName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(galleryApplicationVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAllByGalleryApplication(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllByGalleryApplicationNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllByGalleryApplicationAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllByGalleryApplicationNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\GalleryContainer.cs (16)
118public virtual Response<Gallery> Get(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, galleryName, select, cancellationToken: cancellationToken);
145public async virtual Task<Response<Gallery>> GetAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, galleryName, select, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<Gallery> GetIfExists(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, galleryName, select, cancellationToken: cancellationToken);
199public async virtual Task<Response<Gallery>> GetIfExistsAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, galleryName, select, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(galleryName, select, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(galleryName, select, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\GalleryImage.cs (22)
76public async virtual Task<Response<GalleryImage>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<GalleryImage> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
179public async virtual Task<Response<GalleryImage>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<GalleryImage> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
236public async virtual Task<Response<GalleryImage>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<GalleryImage> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
294public async virtual Task<Response<GalleryImage>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<GalleryImage> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
Generated\GalleryImageContainer.cs (16)
116public virtual Response<GalleryImage> Get(string galleryImageName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, galleryImageName, cancellationToken: cancellationToken);
142public async virtual Task<Response<GalleryImage>> GetAsync(string galleryImageName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<GalleryImage> GetIfExists(string galleryImageName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, galleryImageName, cancellationToken: cancellationToken);
194public async virtual Task<Response<GalleryImage>> GetIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string galleryImageName, CancellationToken cancellationToken = default)
231var response = GetIfExists(galleryImageName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAllByGallery(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllByGalleryNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllByGalleryAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllByGalleryNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\GalleryImageVersion.cs (22)
77public async virtual Task<Response<GalleryImageVersion>> GetAsync(ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<GalleryImageVersion> Get(ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<GalleryImageVersion>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<GalleryImageVersion> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
238public async virtual Task<Response<GalleryImageVersion>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<GalleryImageVersion> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
296public async virtual Task<Response<GalleryImageVersion>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<GalleryImageVersion> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
Generated\GalleryImageVersionContainer.cs (16)
117public virtual Response<GalleryImageVersion> Get(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryImageVersionName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<GalleryImageVersion>> GetAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryImageVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<GalleryImageVersion> GetIfExists(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryImageVersionName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<GalleryImageVersion>> GetIfExistsAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, galleryImageVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(galleryImageVersionName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(galleryImageVersionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAllByGalleryImage(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllByGalleryImageNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllByGalleryImageAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllByGalleryImageNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Image.cs (22)
77public async virtual Task<Response<Image>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<Image> Get(string expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<Image>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<Image> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
238public async virtual Task<Response<Image>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<Image> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
296public async virtual Task<Response<Image>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<Image> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
Generated\ImageContainer.cs (16)
118public virtual Response<Image> Get(string imageName, string expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, imageName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<Image>> GetAsync(string imageName, string expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, imageName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<Image> GetIfExists(string imageName, string expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, imageName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<Image>> GetIfExistsAsync(string imageName, string expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, imageName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string imageName, string expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(imageName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string imageName, string expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(imageName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\PrivateEndpointConnectionContainer.cs (16)
116public virtual Response<PrivateEndpointConnection> Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
127var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken);
142public async virtual Task<Response<PrivateEndpointConnection>> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
153var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
168public virtual Response<PrivateEndpointConnection> GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
179var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken);
194public async virtual Task<Response<PrivateEndpointConnection>> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
205var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
220public virtual Response<bool> CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
231var response = GetIfExists(privateEndpointConnectionName, cancellationToken: cancellationToken);
244public async virtual Task<Response<bool>> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default)
255var response = await GetIfExistsAsync(privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false);
276var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
291var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
314var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
329var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\ProximityPlacementGroup.cs (26)
77public async virtual Task<Response<ProximityPlacementGroup>> GetAsync(string includeColocationStatus = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, includeColocationStatus, cancellationToken).ConfigureAwait(false);
98public virtual Response<ProximityPlacementGroup> Get(string includeColocationStatus = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Name, includeColocationStatus, cancellationToken);
181public async virtual Task<Response<ProximityPlacementGroup>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<ProximityPlacementGroup> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
238public async virtual Task<Response<ProximityPlacementGroup>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<ProximityPlacementGroup> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
296public async virtual Task<Response<ProximityPlacementGroup>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<ProximityPlacementGroup> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
351public virtual async Task<Response<ProximityPlacementGroup>> UpdateAsync(ProximityPlacementGroupUpdate parameters, CancellationToken cancellationToken = default)
362var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
376public virtual Response<ProximityPlacementGroup> Update(ProximityPlacementGroupUpdate parameters, CancellationToken cancellationToken = default)
387var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\ProximityPlacementGroupContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, proximityPlacementGroupName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, proximityPlacementGroupName, parameters, cancellationToken).ConfigureAwait(false);
118public virtual Response<ProximityPlacementGroup> Get(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken);
145public async virtual Task<Response<ProximityPlacementGroup>> GetAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<ProximityPlacementGroup> GetIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken);
199public async virtual Task<Response<ProximityPlacementGroup>> GetIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(proximityPlacementGroupName, includeColocationStatus, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RestOperations\AvailabilitySetsRestOperations.cs (16)
74public async Task<Response<AvailabilitySetData>> CreateOrUpdateAsync(string resourceGroupName, string availabilitySetName, AvailabilitySetData parameters, CancellationToken cancellationToken = default)
111public Response<AvailabilitySetData> CreateOrUpdate(string resourceGroupName, string availabilitySetName, AvailabilitySetData parameters, CancellationToken cancellationToken = default)
172public async Task<Response<AvailabilitySetData>> UpdateAsync(string resourceGroupName, string availabilitySetName, AvailabilitySetUpdate parameters, CancellationToken cancellationToken = default)
209public Response<AvailabilitySetData> Update(string resourceGroupName, string availabilitySetName, AvailabilitySetUpdate parameters, CancellationToken cancellationToken = default)
340public async Task<Response<AvailabilitySetData>> GetAsync(string resourceGroupName, string availabilitySetName, CancellationToken cancellationToken = default)
374public Response<AvailabilitySetData> Get(string resourceGroupName, string availabilitySetName, CancellationToken cancellationToken = default)
427public async Task<Response<AvailabilitySetListResult>> GetAllBySubscriptionAsync(string expand = null, CancellationToken cancellationToken = default)
448public Response<AvailabilitySetListResult> GetAllBySubscription(string expand = null, CancellationToken cancellationToken = default)
489public async Task<Response<AvailabilitySetListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
516public Response<AvailabilitySetListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
565public async Task<Response<VirtualMachineSizeListResult>> GetAvailableSizesAsync(string resourceGroupName, string availabilitySetName, CancellationToken cancellationToken = default)
597public Response<VirtualMachineSizeListResult> GetAvailableSizes(string resourceGroupName, string availabilitySetName, CancellationToken cancellationToken = default)
643public async Task<Response<AvailabilitySetListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, string expand = null, CancellationToken cancellationToken = default)
671public Response<AvailabilitySetListResult> GetAllBySubscriptionNextPage(string nextLink, string expand = null, CancellationToken cancellationToken = default)
713public async Task<Response<AvailabilitySetListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
745public Response<AvailabilitySetListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\CloudServiceOperatingSystemsRestOperations.cs (12)
69public async Task<Response<OSVersion>> GetOSVersionAsync(string location, string osVersionName, CancellationToken cancellationToken = default)
101public Response<OSVersion> GetOSVersion(string location, string osVersionName, CancellationToken cancellationToken = default)
151public async Task<Response<OSVersionListResult>> GetOSVersionsAsync(string location, CancellationToken cancellationToken = default)
178public Response<OSVersionListResult> GetOSVersions(string location, CancellationToken cancellationToken = default)
226public async Task<Response<OSFamily>> GetOSFamilyAsync(string location, string osFamilyName, CancellationToken cancellationToken = default)
258public Response<OSFamily> GetOSFamily(string location, string osFamilyName, CancellationToken cancellationToken = default)
308public async Task<Response<OSFamilyListResult>> GetOSFamiliesAsync(string location, CancellationToken cancellationToken = default)
335public Response<OSFamilyListResult> GetOSFamilies(string location, CancellationToken cancellationToken = default)
377public async Task<Response<OSVersionListResult>> GetOSVersionsNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
409public Response<OSVersionListResult> GetOSVersionsNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
455public async Task<Response<OSFamilyListResult>> GetOSFamiliesNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
487public Response<OSFamilyListResult> GetOSFamiliesNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
Generated\RestOperations\CloudServiceRoleInstancesRestOperations.cs (10)
168public async Task<Response<RoleInstance>> GetAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
206public Response<RoleInstance> Get(string resourceGroupName, string cloudServiceName, string roleInstanceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
266public async Task<Response<RoleInstanceView>> GetInstanceViewAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, CancellationToken cancellationToken = default)
303public Response<RoleInstanceView> GetInstanceView(string resourceGroupName, string cloudServiceName, string roleInstanceName, CancellationToken cancellationToken = default)
365public async Task<Response<RoleInstanceListResult>> GetAllAsync(string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
398public Response<RoleInstanceListResult> GetAll(string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
721public async Task<Response<Stream>> GetRemoteDesktopFileAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, CancellationToken cancellationToken = default)
756public Response<Stream> GetRemoteDesktopFile(string resourceGroupName, string cloudServiceName, string roleInstanceName, CancellationToken cancellationToken = default)
806public async Task<Response<RoleInstanceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
844public Response<RoleInstanceListResult> GetAllNextPage(string nextLink, string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\CloudServiceRolesRestOperations.cs (6)
72public async Task<Response<CloudServiceRole>> GetAsync(string resourceGroupName, string cloudServiceName, string roleName, CancellationToken cancellationToken = default)
109public Response<CloudServiceRole> Get(string resourceGroupName, string cloudServiceName, string roleName, CancellationToken cancellationToken = default)
166public async Task<Response<CloudServiceRoleListResult>> GetAllAsync(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
198public Response<CloudServiceRoleListResult> GetAll(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
245public async Task<Response<CloudServiceRoleListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
282public Response<CloudServiceRoleListResult> GetAllNextPage(string nextLink, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
Generated\RestOperations\CloudServicesRestOperations.cs (12)
315public async Task<Response<CloudServiceData>> GetAsync(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
349public Response<CloudServiceData> Get(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
404public async Task<Response<CloudServiceInstanceView>> GetInstanceViewAsync(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
436public Response<CloudServiceInstanceView> GetInstanceView(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
482public async Task<Response<CloudServiceListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
502public Response<CloudServiceListResult> GetBySubscription(CancellationToken cancellationToken = default)
543public async Task<Response<CloudServiceListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<CloudServiceListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
1109public async Task<Response<CloudServiceListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1136public Response<CloudServiceListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
1178public async Task<Response<CloudServiceListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1210public Response<CloudServiceListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\CloudServicesUpdateDomainRestOperations.cs (6)
169public async Task<Response<UpdateDomainData>> GetUpdateDomainAsync(string resourceGroupName, string cloudServiceName, string updateDomain, CancellationToken cancellationToken = default)
208public Response<UpdateDomainData> GetUpdateDomain(string resourceGroupName, string cloudServiceName, string updateDomain, CancellationToken cancellationToken = default)
267public async Task<Response<UpdateDomainListResult>> GetUpdateDomainsAsync(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
299public Response<UpdateDomainListResult> GetUpdateDomains(string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
346public async Task<Response<UpdateDomainListResult>> GetUpdateDomainsNextPageAsync(string nextLink, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
383public Response<UpdateDomainListResult> GetUpdateDomainsNextPage(string nextLink, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default)
Generated\RestOperations\DedicatedHostGroupsRestOperations.cs (14)
74public async Task<Response<DedicatedHostGroupData>> CreateOrUpdateAsync(string resourceGroupName, string hostGroupName, DedicatedHostGroupData parameters, CancellationToken cancellationToken = default)
112public Response<DedicatedHostGroupData> CreateOrUpdate(string resourceGroupName, string hostGroupName, DedicatedHostGroupData parameters, CancellationToken cancellationToken = default)
174public async Task<Response<DedicatedHostGroupData>> UpdateAsync(string resourceGroupName, string hostGroupName, DedicatedHostGroupUpdate parameters, CancellationToken cancellationToken = default)
211public Response<DedicatedHostGroupData> Update(string resourceGroupName, string hostGroupName, DedicatedHostGroupUpdate parameters, CancellationToken cancellationToken = default)
347public async Task<Response<DedicatedHostGroupData>> GetAsync(string resourceGroupName, string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
382public Response<DedicatedHostGroupData> Get(string resourceGroupName, string hostGroupName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
434public async Task<Response<DedicatedHostGroupListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
461public Response<DedicatedHostGroupListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
503public async Task<Response<DedicatedHostGroupListResult>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
523public Response<DedicatedHostGroupListResult> GetAllBySubscription(CancellationToken cancellationToken = default)
560public async Task<Response<DedicatedHostGroupListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
592public Response<DedicatedHostGroupListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public async Task<Response<DedicatedHostGroupListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
664public Response<DedicatedHostGroupListResult> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\DedicatedHostsRestOperations.cs (6)
368public async Task<Response<DedicatedHostData>> GetAsync(string resourceGroupName, string hostGroupName, string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
408public Response<DedicatedHostData> Get(string resourceGroupName, string hostGroupName, string hostName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
467public async Task<Response<DedicatedHostListResult>> GetAllByHostGroupAsync(string resourceGroupName, string hostGroupName, CancellationToken cancellationToken = default)
499public Response<DedicatedHostListResult> GetAllByHostGroup(string resourceGroupName, string hostGroupName, CancellationToken cancellationToken = default)
546public async Task<Response<DedicatedHostListResult>> GetAllByHostGroupNextPageAsync(string nextLink, string resourceGroupName, string hostGroupName, CancellationToken cancellationToken = default)
583public Response<DedicatedHostListResult> GetAllByHostGroupNextPage(string nextLink, string resourceGroupName, string hostGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\DiskAccessesRestOperations.cs (12)
249public async Task<Response<DiskAccessData>> GetAsync(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
283public Response<DiskAccessData> Get(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
413public async Task<Response<DiskAccessList>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
440public Response<DiskAccessList> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<DiskAccessList>> GetAllAsync(CancellationToken cancellationToken = default)
502public Response<DiskAccessList> GetAll(CancellationToken cancellationToken = default)
546public async Task<Response<PrivateLinkResourceListResult>> GetPrivateLinkResourcesAsync(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
578public Response<PrivateLinkResourceListResult> GetPrivateLinkResources(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
624public async Task<Response<DiskAccessList>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<DiskAccessList> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
701public async Task<Response<DiskAccessList>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
728public Response<DiskAccessList> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\DiskEncryptionSetsRestOperations.cs (14)
249public async Task<Response<DiskEncryptionSetData>> GetAsync(string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
283public Response<DiskEncryptionSetData> Get(string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
413public async Task<Response<DiskEncryptionSetList>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
440public Response<DiskEncryptionSetList> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<DiskEncryptionSetList>> GetAllAsync(CancellationToken cancellationToken = default)
502public Response<DiskEncryptionSetList> GetAll(CancellationToken cancellationToken = default)
546public async Task<Response<ResourceUriList>> GetAssociatedResourcesAsync(string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
578public Response<ResourceUriList> GetAssociatedResources(string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
624public async Task<Response<DiskEncryptionSetList>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
656public Response<DiskEncryptionSetList> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
701public async Task<Response<DiskEncryptionSetList>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
728public Response<DiskEncryptionSetList> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
771public async Task<Response<ResourceUriList>> GetAssociatedResourcesNextPageAsync(string nextLink, string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
808public Response<ResourceUriList> GetAssociatedResourcesNextPage(string nextLink, string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default)
Generated\RestOperations\DiskRestorePointRestOperations.cs (6)
75public async Task<Response<DiskRestorePointData>> GetAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, CancellationToken cancellationToken = default)
119public Response<DiskRestorePointData> Get(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, string diskRestorePointName, CancellationToken cancellationToken = default)
185public async Task<Response<DiskRestorePointList>> GetAllByRestorePointAsync(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, CancellationToken cancellationToken = default)
222public Response<DiskRestorePointList> GetAllByRestorePoint(string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, CancellationToken cancellationToken = default)
490public async Task<Response<DiskRestorePointList>> GetAllByRestorePointNextPageAsync(string nextLink, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, CancellationToken cancellationToken = default)
532public Response<DiskRestorePointList> GetAllByRestorePointNextPage(string nextLink, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, CancellationToken cancellationToken = default)
Generated\RestOperations\DisksRestOperations.cs (10)
249public async Task<Response<DiskData>> GetAsync(string resourceGroupName, string diskName, CancellationToken cancellationToken = default)
283public Response<DiskData> Get(string resourceGroupName, string diskName, CancellationToken cancellationToken = default)
412public async Task<Response<DiskList>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
439public Response<DiskList> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
481public async Task<Response<DiskList>> GetAllAsync(CancellationToken cancellationToken = default)
501public Response<DiskList> GetAll(CancellationToken cancellationToken = default)
705public async Task<Response<DiskList>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
737public Response<DiskList> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
782public async Task<Response<DiskList>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
809public Response<DiskList> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\GalleriesRestOperations.cs (10)
254public async Task<Response<GalleryData>> GetAsync(string resourceGroupName, string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
289public Response<GalleryData> Get(string resourceGroupName, string galleryName, SelectPermissions? select = null, CancellationToken cancellationToken = default)
419public async Task<Response<GalleryList>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
446public Response<GalleryList> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
488public async Task<Response<GalleryList>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
508public Response<GalleryList> GetAllBySubscription(CancellationToken cancellationToken = default)
545public async Task<Response<GalleryList>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
577public Response<GalleryList> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
622public async Task<Response<GalleryList>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
649public Response<GalleryList> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\GalleryApplicationsRestOperations.cs (6)
276public async Task<Response<GalleryApplicationData>> GetAsync(string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
315public Response<GalleryApplicationData> Get(string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
464public async Task<Response<GalleryApplicationList>> GetAllByGalleryAsync(string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
496public Response<GalleryApplicationList> GetAllByGallery(string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
543public async Task<Response<GalleryApplicationList>> GetAllByGalleryNextPageAsync(string nextLink, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
580public Response<GalleryApplicationList> GetAllByGalleryNextPage(string nextLink, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
Generated\RestOperations\GalleryApplicationVersionsRestOperations.cs (6)
308public async Task<Response<GalleryApplicationVersionData>> GetAsync(string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
353public Response<GalleryApplicationVersionData> Get(string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
521public async Task<Response<GalleryApplicationVersionList>> GetAllByGalleryApplicationAsync(string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
558public Response<GalleryApplicationVersionList> GetAllByGalleryApplication(string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
610public async Task<Response<GalleryApplicationVersionList>> GetAllByGalleryApplicationNextPageAsync(string nextLink, string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
652public Response<GalleryApplicationVersionList> GetAllByGalleryApplicationNextPage(string nextLink, string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default)
Generated\RestOperations\GalleryImagesRestOperations.cs (6)
276public async Task<Response<GalleryImageData>> GetAsync(string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
315public Response<GalleryImageData> Get(string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
464public async Task<Response<GalleryImageList>> GetAllByGalleryAsync(string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
496public Response<GalleryImageList> GetAllByGallery(string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
543public async Task<Response<GalleryImageList>> GetAllByGalleryNextPageAsync(string nextLink, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
580public Response<GalleryImageList> GetAllByGalleryNextPage(string nextLink, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default)
Generated\RestOperations\GalleryImageVersionsRestOperations.cs (6)
308public async Task<Response<GalleryImageVersionData>> GetAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
353public Response<GalleryImageVersionData> Get(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, ReplicationStatusTypes? expand = null, CancellationToken cancellationToken = default)
521public async Task<Response<GalleryImageVersionList>> GetAllByGalleryImageAsync(string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
558public Response<GalleryImageVersionList> GetAllByGalleryImage(string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
610public async Task<Response<GalleryImageVersionList>> GetAllByGalleryImageNextPageAsync(string nextLink, string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
652public Response<GalleryImageVersionList> GetAllByGalleryImageNextPage(string nextLink, string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default)
Generated\RestOperations\ImagesRestOperations.cs (10)
331public async Task<Response<ImageData>> GetAsync(string resourceGroupName, string imageName, string expand = null, CancellationToken cancellationToken = default)
366public Response<ImageData> Get(string resourceGroupName, string imageName, string expand = null, CancellationToken cancellationToken = default)
418public async Task<Response<ImageListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
445public Response<ImageListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
487public async Task<Response<ImageListResult>> GetAllAsync(CancellationToken cancellationToken = default)
507public Response<ImageListResult> GetAll(CancellationToken cancellationToken = default)
544public async Task<Response<ImageListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
576public Response<ImageListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
621public async Task<Response<ImageListResult>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
648public Response<ImageListResult> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\PrivateEndpointConnectionsRestOperations.cs (6)
174public async Task<Response<PrivateEndpointConnectionData>> GetAsync(string resourceGroupName, string diskAccessName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
213public Response<PrivateEndpointConnectionData> Get(string resourceGroupName, string diskAccessName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
362public async Task<Response<PrivateEndpointConnectionListResult>> GetAllAsync(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
394public Response<PrivateEndpointConnectionListResult> GetAll(string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
441public async Task<Response<PrivateEndpointConnectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
478public Response<PrivateEndpointConnectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default)
Generated\RestOperations\ProximityPlacementGroupsRestOperations.cs (14)
74public async Task<Response<ProximityPlacementGroupData>> CreateOrUpdateAsync(string resourceGroupName, string proximityPlacementGroupName, ProximityPlacementGroupData parameters, CancellationToken cancellationToken = default)
112public Response<ProximityPlacementGroupData> CreateOrUpdate(string resourceGroupName, string proximityPlacementGroupName, ProximityPlacementGroupData parameters, CancellationToken cancellationToken = default)
174public async Task<Response<ProximityPlacementGroupData>> UpdateAsync(string resourceGroupName, string proximityPlacementGroupName, ProximityPlacementGroupUpdate parameters, CancellationToken cancellationToken = default)
211public Response<ProximityPlacementGroupData> Update(string resourceGroupName, string proximityPlacementGroupName, ProximityPlacementGroupUpdate parameters, CancellationToken cancellationToken = default)
345public async Task<Response<ProximityPlacementGroupData>> GetAsync(string resourceGroupName, string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
380public Response<ProximityPlacementGroupData> Get(string resourceGroupName, string proximityPlacementGroupName, string includeColocationStatus = null, CancellationToken cancellationToken = default)
428public async Task<Response<ProximityPlacementGroupListResult>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
448public Response<ProximityPlacementGroupListResult> GetAllBySubscription(CancellationToken cancellationToken = default)
489public async Task<Response<ProximityPlacementGroupListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
516public Response<ProximityPlacementGroupListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
557public async Task<Response<ProximityPlacementGroupListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
584public Response<ProximityPlacementGroupListResult> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
626public async Task<Response<ProximityPlacementGroupListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
658public Response<ProximityPlacementGroupListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\RestorePointCollectionsRestOperations.cs (14)
74public async Task<Response<RestorePointCollectionData>> CreateOrUpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionData parameters, CancellationToken cancellationToken = default)
112public Response<RestorePointCollectionData> CreateOrUpdate(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionData parameters, CancellationToken cancellationToken = default)
174public async Task<Response<RestorePointCollectionData>> UpdateAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default)
211public Response<RestorePointCollectionData> Update(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default)
350public async Task<Response<RestorePointCollectionData>> GetAsync(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
385public Response<RestorePointCollectionData> Get(string resourceGroupName, string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
437public async Task<Response<RestorePointCollectionListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
464public Response<RestorePointCollectionListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
506public async Task<Response<RestorePointCollectionListResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
526public Response<RestorePointCollectionListResult> GetBySubscription(CancellationToken cancellationToken = default)
563public async Task<Response<RestorePointCollectionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
595public Response<RestorePointCollectionListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
640public async Task<Response<RestorePointCollectionListResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
667public Response<RestorePointCollectionListResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\SharedGalleriesRestOperations.cs (6)
72public async Task<Response<SharedGalleryList>> GetAllAsync(string location, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
100public Response<SharedGalleryList> GetAll(string location, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
148public async Task<Response<SharedGalleryData>> GetAsync(string location, string galleryUniqueName, CancellationToken cancellationToken = default)
182public Response<SharedGalleryData> Get(string location, string galleryUniqueName, CancellationToken cancellationToken = default)
231public async Task<Response<SharedGalleryList>> GetAllNextPageAsync(string nextLink, string location, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
264public Response<SharedGalleryList> GetAllNextPage(string nextLink, string location, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
Generated\RestOperations\SharedGalleryImagesRestOperations.cs (6)
75public async Task<Response<SharedGalleryImageList>> GetAllAsync(string location, string galleryUniqueName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
108public Response<SharedGalleryImageList> GetAll(string location, string galleryUniqueName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
163public async Task<Response<SharedGalleryImageData>> GetAsync(string location, string galleryUniqueName, string galleryImageName, CancellationToken cancellationToken = default)
202public Response<SharedGalleryImageData> Get(string location, string galleryUniqueName, string galleryImageName, CancellationToken cancellationToken = default)
256public async Task<Response<SharedGalleryImageList>> GetAllNextPageAsync(string nextLink, string location, string galleryUniqueName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
294public Response<SharedGalleryImageList> GetAllNextPage(string nextLink, string location, string galleryUniqueName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
Generated\RestOperations\SharedGalleryImageVersionsRestOperations.cs (6)
78public async Task<Response<SharedGalleryImageVersionList>> GetAllAsync(string location, string galleryUniqueName, string galleryImageName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
116public Response<SharedGalleryImageVersionList> GetAll(string location, string galleryUniqueName, string galleryImageName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
178public async Task<Response<SharedGalleryImageVersionData>> GetAsync(string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName, CancellationToken cancellationToken = default)
222public Response<SharedGalleryImageVersionData> Get(string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName, CancellationToken cancellationToken = default)
281public async Task<Response<SharedGalleryImageVersionList>> GetAllNextPageAsync(string nextLink, string location, string galleryUniqueName, string galleryImageName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
324public Response<SharedGalleryImageVersionList> GetAllNextPage(string nextLink, string location, string galleryUniqueName, string galleryImageName, SharedToValues? sharedTo = null, CancellationToken cancellationToken = default)
Generated\RestOperations\SnapshotsRestOperations.cs (10)
249public async Task<Response<SnapshotData>> GetAsync(string resourceGroupName, string snapshotName, CancellationToken cancellationToken = default)
283public Response<SnapshotData> Get(string resourceGroupName, string snapshotName, CancellationToken cancellationToken = default)
412public async Task<Response<SnapshotList>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
439public Response<SnapshotList> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
481public async Task<Response<SnapshotList>> GetAllAsync(CancellationToken cancellationToken = default)
501public Response<SnapshotList> GetAll(CancellationToken cancellationToken = default)
705public async Task<Response<SnapshotList>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
737public Response<SnapshotList> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
782public async Task<Response<SnapshotList>> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
809public Response<SnapshotList> GetAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RestOperations\SshPublicKeysRestOperations.cs (16)
63public async Task<Response<SshPublicKeysGroupListResult>> GetAllBySubscriptionAsync(CancellationToken cancellationToken = default)
83public Response<SshPublicKeysGroupListResult> GetAllBySubscription(CancellationToken cancellationToken = default)
124public async Task<Response<SshPublicKeysGroupListResult>> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
151public Response<SshPublicKeysGroupListResult> GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
204public async Task<Response<SshPublicKeyData>> CreateAsync(string resourceGroupName, string sshPublicKeyName, SshPublicKeyData parameters, CancellationToken cancellationToken = default)
242public Response<SshPublicKeyData> Create(string resourceGroupName, string sshPublicKeyName, SshPublicKeyData parameters, CancellationToken cancellationToken = default)
304public async Task<Response<SshPublicKeyData>> UpdateAsync(string resourceGroupName, string sshPublicKeyName, SshPublicKeyUpdateResource parameters, CancellationToken cancellationToken = default)
341public Response<SshPublicKeyData> Update(string resourceGroupName, string sshPublicKeyName, SshPublicKeyUpdateResource parameters, CancellationToken cancellationToken = default)
472public async Task<Response<SshPublicKeyData>> GetAsync(string resourceGroupName, string sshPublicKeyName, CancellationToken cancellationToken = default)
506public Response<SshPublicKeyData> Get(string resourceGroupName, string sshPublicKeyName, CancellationToken cancellationToken = default)
561public async Task<Response<SshPublicKeyGenerateKeyPairResult>> GenerateKeyPairAsync(string resourceGroupName, string sshPublicKeyName, CancellationToken cancellationToken = default)
593public Response<SshPublicKeyGenerateKeyPairResult> GenerateKeyPair(string resourceGroupName, string sshPublicKeyName, CancellationToken cancellationToken = default)
638public async Task<Response<SshPublicKeysGroupListResult>> GetAllBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
665public Response<SshPublicKeysGroupListResult> GetAllBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
707public async Task<Response<SshPublicKeysGroupListResult>> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
739public Response<SshPublicKeysGroupListResult> GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineExtensionImagesRestOperations.cs (6)
76public async Task<Response<VirtualMachineExtensionImage>> GetAsync(string location, string publisherName, string type, string version, CancellationToken cancellationToken = default)
118public Response<VirtualMachineExtensionImage> Get(string location, string publisherName, string type, string version, CancellationToken cancellationToken = default)
179public async Task<Response<IReadOnlyList<VirtualMachineExtensionImage>>> GetTypesAsync(string location, string publisherName, CancellationToken cancellationToken = default)
216public Response<IReadOnlyList<VirtualMachineExtensionImage>> GetTypes(string location, string publisherName, CancellationToken cancellationToken = default)
292public async Task<Response<IReadOnlyList<VirtualMachineExtensionImage>>> GetVersionsAsync(string location, string publisherName, string type, string filter = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
337public Response<IReadOnlyList<VirtualMachineExtensionImage>> GetVersions(string location, string publisherName, string type, string filter = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineExtensionsRestOperations.cs (4)
368public async Task<Response<VirtualMachineExtensionData>> GetAsync(string resourceGroupName, string vmName, string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
408public Response<VirtualMachineExtensionData> Get(string resourceGroupName, string vmName, string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
472public async Task<Response<VirtualMachineExtensionsListResult>> GetAllAsync(string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
505public Response<VirtualMachineExtensionsListResult> GetAll(string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineImagesEdgeZoneRestOperations.cs (10)
82public async Task<Response<VirtualMachineImage>> GetAsync(string location, string edgeZone, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
134public Response<VirtualMachineImage> Get(string location, string edgeZone, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
227public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetAllAsync(string location, string edgeZone, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
282public Response<IReadOnlyList<VirtualMachineImageResource>> GetAll(string location, string edgeZone, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
355public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetOffersAsync(string location, string edgeZone, string publisherName, CancellationToken cancellationToken = default)
397public Response<IReadOnlyList<VirtualMachineImageResource>> GetOffers(string location, string edgeZone, string publisherName, CancellationToken cancellationToken = default)
459public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetPublishersAsync(string location, string edgeZone, CancellationToken cancellationToken = default)
496public Response<IReadOnlyList<VirtualMachineImageResource>> GetPublishers(string location, string edgeZone, CancellationToken cancellationToken = default)
560public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetSkusAsync(string location, string edgeZone, string publisherName, string offer, CancellationToken cancellationToken = default)
607public Response<IReadOnlyList<VirtualMachineImageResource>> GetSkus(string location, string edgeZone, string publisherName, string offer, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineImagesRestOperations.cs (10)
79public async Task<Response<VirtualMachineImage>> GetAsync(string location, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
126public Response<VirtualMachineImage> Get(string location, string publisherName, string offer, string skus, string version, CancellationToken cancellationToken = default)
212public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetAllAsync(string location, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
262public Response<IReadOnlyList<VirtualMachineImageResource>> GetAll(string location, string publisherName, string offer, string skus, string expand = null, int? top = null, string orderby = null, CancellationToken cancellationToken = default)
328public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetOffersAsync(string location, string publisherName, CancellationToken cancellationToken = default)
365public Response<IReadOnlyList<VirtualMachineImageResource>> GetOffers(string location, string publisherName, CancellationToken cancellationToken = default)
420public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetPublishersAsync(string location, CancellationToken cancellationToken = default)
452public Response<IReadOnlyList<VirtualMachineImageResource>> GetPublishers(string location, CancellationToken cancellationToken = default)
509public async Task<Response<IReadOnlyList<VirtualMachineImageResource>>> GetSkusAsync(string location, string publisherName, string offer, CancellationToken cancellationToken = default)
551public Response<IReadOnlyList<VirtualMachineImageResource>> GetSkus(string location, string publisherName, string offer, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineRunCommandsRestOperations.cs (12)
67public async Task<Response<RunCommandListResult>> GetAllAsync(string location, CancellationToken cancellationToken = default)
94public Response<RunCommandListResult> GetAll(string location, CancellationToken cancellationToken = default)
142public async Task<Response<RunCommandDocument>> GetAsync(string location, string commandId, CancellationToken cancellationToken = default)
174public Response<RunCommandDocument> Get(string location, string commandId, CancellationToken cancellationToken = default)
526public async Task<Response<VirtualMachineRunCommandData>> GetByVirtualMachineAsync(string resourceGroupName, string vmName, string runCommandName, string expand = null, CancellationToken cancellationToken = default)
566public Response<VirtualMachineRunCommandData> GetByVirtualMachine(string resourceGroupName, string vmName, string runCommandName, string expand = null, CancellationToken cancellationToken = default)
630public async Task<Response<VirtualMachineRunCommandsListResult>> GetAllByVirtualMachineAsync(string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
663public Response<VirtualMachineRunCommandsListResult> GetAllByVirtualMachine(string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
709public async Task<Response<RunCommandListResult>> GetAllNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
741public Response<RunCommandListResult> GetAllNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
789public async Task<Response<VirtualMachineRunCommandsListResult>> GetAllByVirtualMachineNextPageAsync(string nextLink, string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
827public Response<VirtualMachineRunCommandsListResult> GetAllByVirtualMachineNextPage(string nextLink, string resourceGroupName, string vmName, string expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineScaleSetExtensionsRestOperations.cs (6)
370public async Task<Response<VirtualMachineScaleSetExtensionData>> GetAsync(string resourceGroupName, string vmScaleSetName, string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
410public Response<VirtualMachineScaleSetExtensionData> Get(string resourceGroupName, string vmScaleSetName, string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
469public async Task<Response<VirtualMachineScaleSetExtensionListResult>> GetAllAsync(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
501public Response<VirtualMachineScaleSetExtensionListResult> GetAll(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
548public async Task<Response<VirtualMachineScaleSetExtensionListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
585public Response<VirtualMachineScaleSetExtensionListResult> GetAllNextPage(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineScaleSetsRestOperations.cs (26)
67public async Task<Response<VirtualMachineScaleSetListResult>> GetAllByLocationAsync(string location, CancellationToken cancellationToken = default)
94public Response<VirtualMachineScaleSetListResult> GetAllByLocation(string location, CancellationToken cancellationToken = default)
408public async Task<Response<VirtualMachineScaleSetData>> GetAsync(string resourceGroupName, string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
443public Response<VirtualMachineScaleSetData> Get(string resourceGroupName, string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
679public async Task<Response<VirtualMachineScaleSetInstanceView>> GetInstanceViewAsync(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
711public Response<VirtualMachineScaleSetInstanceView> GetInstanceView(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
761public async Task<Response<VirtualMachineScaleSetListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
788public Response<VirtualMachineScaleSetListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
830public async Task<Response<VirtualMachineScaleSetListWithLinkResult>> GetBySubscriptionAsync(CancellationToken cancellationToken = default)
850public Response<VirtualMachineScaleSetListWithLinkResult> GetBySubscription(CancellationToken cancellationToken = default)
894public async Task<Response<VirtualMachineScaleSetListSkusResult>> GetSkusAsync(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
926public Response<VirtualMachineScaleSetListSkusResult> GetSkus(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
979public async Task<Response<VirtualMachineScaleSetListOSUpgradeHistory>> GetOSUpgradeHistoryAsync(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
1011public Response<VirtualMachineScaleSetListOSUpgradeHistory> GetOSUpgradeHistory(string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
1757public async Task<Response<RecoveryWalkResponse>> ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, CancellationToken cancellationToken = default)
1790public Response<RecoveryWalkResponse> ForceRecoveryServiceFabricPlatformUpdateDomainWalk(string resourceGroupName, string vmScaleSetName, int platformUpdateDomain, CancellationToken cancellationToken = default)
2014public async Task<Response<VirtualMachineScaleSetListResult>> GetAllByLocationNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
2046public Response<VirtualMachineScaleSetListResult> GetAllByLocationNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
2092public async Task<Response<VirtualMachineScaleSetListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
2124public Response<VirtualMachineScaleSetListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
2169public async Task<Response<VirtualMachineScaleSetListWithLinkResult>> GetBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
2196public Response<VirtualMachineScaleSetListWithLinkResult> GetBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
2239public async Task<Response<VirtualMachineScaleSetListSkusResult>> GetSkusNextPageAsync(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
2276public Response<VirtualMachineScaleSetListSkusResult> GetSkusNextPage(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
2327public async Task<Response<VirtualMachineScaleSetListOSUpgradeHistory>> GetOSUpgradeHistoryNextPageAsync(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
2364public Response<VirtualMachineScaleSetListOSUpgradeHistory> GetOSUpgradeHistoryNextPage(string nextLink, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineScaleSetVMExtensionsRestOperations.cs (4)
408public async Task<Response<VirtualMachineScaleSetVMExtensionData>> GetAsync(string resourceGroupName, string vmScaleSetName, string instanceId, string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
453public Response<VirtualMachineScaleSetVMExtensionData> Get(string resourceGroupName, string vmScaleSetName, string instanceId, string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
524public async Task<Response<VirtualMachineScaleSetVMExtensionsListResult>> GetAllAsync(string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
562public Response<VirtualMachineScaleSetVMExtensionsListResult> GetAll(string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineScaleSetVMRunCommandsRestOperations.cs (6)
408public async Task<Response<VirtualMachineRunCommandData>> GetAsync(string resourceGroupName, string vmScaleSetName, string instanceId, string runCommandName, string expand = null, CancellationToken cancellationToken = default)
453public Response<VirtualMachineRunCommandData> Get(string resourceGroupName, string vmScaleSetName, string instanceId, string runCommandName, string expand = null, CancellationToken cancellationToken = default)
524public async Task<Response<VirtualMachineRunCommandsListResult>> GetAllAsync(string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
562public Response<VirtualMachineRunCommandsListResult> GetAll(string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
615public async Task<Response<VirtualMachineRunCommandsListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
658public Response<VirtualMachineRunCommandsListResult> GetAllNextPage(string nextLink, string resourceGroupName, string vmScaleSetName, string instanceId, string expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachineScaleSetVMsRestOperations.cs (10)
85public async Task<Response<VirtualMachineScaleSetVMListResult>> GetAllAsync(string resourceGroupName, string virtualMachineScaleSetName, string filter = null, string select = null, string expand = null, CancellationToken cancellationToken = default)
120public Response<VirtualMachineScaleSetVMListResult> GetAll(string resourceGroupName, string virtualMachineScaleSetName, string filter = null, string select = null, string expand = null, CancellationToken cancellationToken = default)
736public async Task<Response<VirtualMachineScaleSetVMData>> GetAsync(string resourceGroupName, string vmScaleSetName, string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
776public Response<VirtualMachineScaleSetVMData> Get(string resourceGroupName, string vmScaleSetName, string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
838public async Task<Response<VirtualMachineScaleSetVMInstanceView>> GetInstanceViewAsync(string resourceGroupName, string vmScaleSetName, string instanceId, CancellationToken cancellationToken = default)
875public Response<VirtualMachineScaleSetVMInstanceView> GetInstanceView(string resourceGroupName, string vmScaleSetName, string instanceId, CancellationToken cancellationToken = default)
1298public async Task<Response<RetrieveBootDiagnosticsDataResult>> RetrieveBootDiagnosticsDataAsync(string resourceGroupName, string vmScaleSetName, string instanceId, int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
1336public Response<RetrieveBootDiagnosticsDataResult> RetrieveBootDiagnosticsData(string resourceGroupName, string vmScaleSetName, string instanceId, int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
1581public async Task<Response<VirtualMachineScaleSetVMListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string filter = null, string select = null, string expand = null, CancellationToken cancellationToken = default)
1621public Response<VirtualMachineScaleSetVMListResult> GetAllNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string filter = null, string select = null, string expand = null, CancellationToken cancellationToken = default)
Generated\RestOperations\VirtualMachinesRestOperations.cs (20)
67public async Task<Response<VirtualMachineListResult>> GetAllByLocationAsync(string location, CancellationToken cancellationToken = default)
94public Response<VirtualMachineListResult> GetAllByLocation(string location, CancellationToken cancellationToken = default)
499public async Task<Response<VirtualMachineData>> GetAsync(string resourceGroupName, string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
534public Response<VirtualMachineData> Get(string resourceGroupName, string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
589public async Task<Response<VirtualMachineInstanceView>> InstanceViewAsync(string resourceGroupName, string vmName, CancellationToken cancellationToken = default)
621public Response<VirtualMachineInstanceView> InstanceView(string resourceGroupName, string vmName, CancellationToken cancellationToken = default)
897public async Task<Response<VirtualMachineListResult>> GetAllAsync(string resourceGroupName, CancellationToken cancellationToken = default)
924public Response<VirtualMachineListResult> GetAll(string resourceGroupName, CancellationToken cancellationToken = default)
971public async Task<Response<VirtualMachineListResult>> GetBySubscriptionAsync(string statusOnly = null, CancellationToken cancellationToken = default)
992public Response<VirtualMachineListResult> GetBySubscription(string statusOnly = null, CancellationToken cancellationToken = default)
1036public async Task<Response<VirtualMachineSizeListResult>> GetAvailableSizesAsync(string resourceGroupName, string vmName, CancellationToken cancellationToken = default)
1068public Response<VirtualMachineSizeListResult> GetAvailableSizes(string resourceGroupName, string vmName, CancellationToken cancellationToken = default)
1598public async Task<Response<RetrieveBootDiagnosticsDataResult>> RetrieveBootDiagnosticsDataAsync(string resourceGroupName, string vmName, int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
1631public Response<RetrieveBootDiagnosticsDataResult> RetrieveBootDiagnosticsData(string resourceGroupName, string vmName, int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
2086public async Task<Response<VirtualMachineListResult>> GetAllByLocationNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
2118public Response<VirtualMachineListResult> GetAllByLocationNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
2164public async Task<Response<VirtualMachineListResult>> GetAllNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
2196public Response<VirtualMachineListResult> GetAllNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
2242public async Task<Response<VirtualMachineListResult>> GetBySubscriptionNextPageAsync(string nextLink, string statusOnly = null, CancellationToken cancellationToken = default)
2270public Response<VirtualMachineListResult> GetBySubscriptionNextPage(string nextLink, string statusOnly = null, CancellationToken cancellationToken = default)
Generated\RestorePointCollection.cs (26)
77public async virtual Task<Response<RestorePointCollection>> GetAsync(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<RestorePointCollection> Get(RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<RestorePointCollection>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<RestorePointCollection> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
238public async virtual Task<Response<RestorePointCollection>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<RestorePointCollection> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
296public async virtual Task<Response<RestorePointCollection>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<RestorePointCollection> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
351public virtual async Task<Response<RestorePointCollection>> UpdateAsync(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default)
362var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
376public virtual Response<RestorePointCollection> Update(RestorePointCollectionUpdate parameters, CancellationToken cancellationToken = default)
387var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
Generated\RestorePointCollectionContainer.cs (18)
67var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, restorePointCollectionName, parameters, cancellationToken);
101var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, restorePointCollectionName, parameters, cancellationToken).ConfigureAwait(false);
118public virtual Response<RestorePointCollection> Get(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<RestorePointCollection>> GetAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<RestorePointCollection> GetIfExists(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<RestorePointCollection>> GetIfExistsAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, restorePointCollectionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(restorePointCollectionName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string restorePointCollectionName, RestorePointCollectionExpandOptions? expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(restorePointCollectionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\RestorePointContainer.cs (12)
114public virtual Response<RestorePoint> Get(string restorePointName, CancellationToken cancellationToken = default)
125var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken);
140public async virtual Task<Response<RestorePoint>> GetAsync(string restorePointName, CancellationToken cancellationToken = default)
151var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
166public virtual Response<RestorePoint> GetIfExists(string restorePointName, CancellationToken cancellationToken = default)
177var response = _restClient.Get(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken);
192public async virtual Task<Response<RestorePoint>> GetIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default)
203var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
218public virtual Response<bool> CheckIfExists(string restorePointName, CancellationToken cancellationToken = default)
229var response = GetIfExists(restorePointName, cancellationToken: cancellationToken);
242public async virtual Task<Response<bool>> CheckIfExistsAsync(string restorePointName, CancellationToken cancellationToken = default)
253var response = await GetIfExistsAsync(restorePointName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SharedGalleryContainer.cs (16)
49public virtual Response<SharedGallery> Get(string galleryUniqueName, CancellationToken cancellationToken = default)
60var response = _restClient.Get(Id.Name, galleryUniqueName, cancellationToken: cancellationToken);
75public async virtual Task<Response<SharedGallery>> GetAsync(string galleryUniqueName, CancellationToken cancellationToken = default)
86var response = await _restClient.GetAsync(Id.Name, galleryUniqueName, cancellationToken: cancellationToken).ConfigureAwait(false);
101public virtual Response<SharedGallery> GetIfExists(string galleryUniqueName, CancellationToken cancellationToken = default)
112var response = _restClient.Get(Id.Name, galleryUniqueName, cancellationToken: cancellationToken);
127public async virtual Task<Response<SharedGallery>> GetIfExistsAsync(string galleryUniqueName, CancellationToken cancellationToken = default)
138var response = await _restClient.GetAsync(Id.Name, galleryUniqueName, cancellationToken: cancellationToken).ConfigureAwait(false);
153public virtual Response<bool> CheckIfExists(string galleryUniqueName, CancellationToken cancellationToken = default)
164var response = GetIfExists(galleryUniqueName, cancellationToken: cancellationToken);
177public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryUniqueName, CancellationToken cancellationToken = default)
188var response = await GetIfExistsAsync(galleryUniqueName, cancellationToken: cancellationToken).ConfigureAwait(false);
210var response = _restClient.GetAll(Id.Name, sharedTo, cancellationToken: cancellationToken);
225var response = _restClient.GetAllNextPage(nextLink, Id.Name, sharedTo, cancellationToken: cancellationToken);
249var response = await _restClient.GetAllAsync(Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
264var response = await _restClient.GetAllNextPageAsync(nextLink, Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SharedGalleryImageContainer.cs (16)
48public virtual Response<SharedGalleryImage> Get(string galleryImageName, CancellationToken cancellationToken = default)
59var response = _restClient.Get(Id.Parent.Name, Id.Name, galleryImageName, cancellationToken: cancellationToken);
74public async virtual Task<Response<SharedGalleryImage>> GetAsync(string galleryImageName, CancellationToken cancellationToken = default)
85var response = await _restClient.GetAsync(Id.Parent.Name, Id.Name, galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
100public virtual Response<SharedGalleryImage> GetIfExists(string galleryImageName, CancellationToken cancellationToken = default)
111var response = _restClient.Get(Id.Parent.Name, Id.Name, galleryImageName, cancellationToken: cancellationToken);
126public async virtual Task<Response<SharedGalleryImage>> GetIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default)
137var response = await _restClient.GetAsync(Id.Parent.Name, Id.Name, galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
152public virtual Response<bool> CheckIfExists(string galleryImageName, CancellationToken cancellationToken = default)
163var response = GetIfExists(galleryImageName, cancellationToken: cancellationToken);
176public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryImageName, CancellationToken cancellationToken = default)
187var response = await GetIfExistsAsync(galleryImageName, cancellationToken: cancellationToken).ConfigureAwait(false);
209var response = _restClient.GetAll(Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken);
224var response = _restClient.GetAllNextPage(nextLink, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken);
248var response = await _restClient.GetAllAsync(Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
263var response = await _restClient.GetAllNextPageAsync(nextLink, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SharedGalleryImageVersionContainer.cs (16)
48public virtual Response<SharedGalleryImageVersion> Get(string galleryImageVersionName, CancellationToken cancellationToken = default)
59var response = _restClient.Get(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, galleryImageVersionName, cancellationToken: cancellationToken);
74public async virtual Task<Response<SharedGalleryImageVersion>> GetAsync(string galleryImageVersionName, CancellationToken cancellationToken = default)
85var response = await _restClient.GetAsync(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, galleryImageVersionName, cancellationToken: cancellationToken).ConfigureAwait(false);
100public virtual Response<SharedGalleryImageVersion> GetIfExists(string galleryImageVersionName, CancellationToken cancellationToken = default)
111var response = _restClient.Get(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, galleryImageVersionName, cancellationToken: cancellationToken);
126public async virtual Task<Response<SharedGalleryImageVersion>> GetIfExistsAsync(string galleryImageVersionName, CancellationToken cancellationToken = default)
137var response = await _restClient.GetAsync(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, galleryImageVersionName, cancellationToken: cancellationToken).ConfigureAwait(false);
152public virtual Response<bool> CheckIfExists(string galleryImageVersionName, CancellationToken cancellationToken = default)
163var response = GetIfExists(galleryImageVersionName, cancellationToken: cancellationToken);
176public async virtual Task<Response<bool>> CheckIfExistsAsync(string galleryImageVersionName, CancellationToken cancellationToken = default)
187var response = await GetIfExistsAsync(galleryImageVersionName, cancellationToken: cancellationToken).ConfigureAwait(false);
209var response = _restClient.GetAll(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken);
224var response = _restClient.GetAllNextPage(nextLink, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken);
248var response = await _restClient.GetAllAsync(Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
263var response = await _restClient.GetAllNextPageAsync(nextLink, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, sharedTo, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\Snapshot.cs (22)
76public async virtual Task<Response<Snapshot>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<Snapshot> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
179public async virtual Task<Response<Snapshot>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<Snapshot> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
236public async virtual Task<Response<Snapshot>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<Snapshot> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
294public async virtual Task<Response<Snapshot>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<Snapshot> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\SnapshotContainer.cs (16)
117public virtual Response<Snapshot> Get(string snapshotName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, snapshotName, cancellationToken: cancellationToken);
143public async virtual Task<Response<Snapshot>> GetAsync(string snapshotName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, snapshotName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<Snapshot> GetIfExists(string snapshotName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, snapshotName, cancellationToken: cancellationToken);
195public async virtual Task<Response<Snapshot>> GetIfExistsAsync(string snapshotName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, snapshotName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string snapshotName, CancellationToken cancellationToken = default)
232var response = GetIfExists(snapshotName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string snapshotName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(snapshotName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\SshPublicKey.cs (30)
76public async virtual Task<Response<SshPublicKey>> GetAsync(CancellationToken cancellationToken = default)
82var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
96public virtual Response<SshPublicKey> Get(CancellationToken cancellationToken = default)
102var response = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
179public async virtual Task<Response<SshPublicKey>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
190var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
193var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
208public virtual Response<SshPublicKey> AddTag(string key, string value, CancellationToken cancellationToken = default)
219var originalTags = TagResource.Get(cancellationToken);
222var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
236public async virtual Task<Response<SshPublicKey>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
248var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
251var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
265public virtual Response<SshPublicKey> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
277var originalTags = TagResource.Get(cancellationToken);
280var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
294public async virtual Task<Response<SshPublicKey>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
305var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
308var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
322public virtual Response<SshPublicKey> RemoveTag(string key, CancellationToken cancellationToken = default)
333var originalTags = TagResource.Get(cancellationToken);
336var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, cancellationToken);
349public virtual async Task<Response<SshPublicKey>> UpdateAsync(SshPublicKeyUpdateResource parameters, CancellationToken cancellationToken = default)
360var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false);
374public virtual Response<SshPublicKey> Update(SshPublicKeyUpdateResource parameters, CancellationToken cancellationToken = default)
385var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken);
397public virtual async Task<Response<SshPublicKeyGenerateKeyPairResult>> GenerateKeyPairAsync(CancellationToken cancellationToken = default)
403var response = await _restClient.GenerateKeyPairAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
415public virtual Response<SshPublicKeyGenerateKeyPairResult> GenerateKeyPair(CancellationToken cancellationToken = default)
421var response = _restClient.GenerateKeyPair(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\SshPublicKeyContainer.cs (18)
67var response = _restClient.Create(Id.ResourceGroupName, sshPublicKeyName, parameters, cancellationToken);
101var response = await _restClient.CreateAsync(Id.ResourceGroupName, sshPublicKeyName, parameters, cancellationToken).ConfigureAwait(false);
117public virtual Response<SshPublicKey> Get(string sshPublicKeyName, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, sshPublicKeyName, cancellationToken: cancellationToken);
143public async virtual Task<Response<SshPublicKey>> GetAsync(string sshPublicKeyName, CancellationToken cancellationToken = default)
154var response = await _restClient.GetAsync(Id.ResourceGroupName, sshPublicKeyName, cancellationToken: cancellationToken).ConfigureAwait(false);
169public virtual Response<SshPublicKey> GetIfExists(string sshPublicKeyName, CancellationToken cancellationToken = default)
180var response = _restClient.Get(Id.ResourceGroupName, sshPublicKeyName, cancellationToken: cancellationToken);
195public async virtual Task<Response<SshPublicKey>> GetIfExistsAsync(string sshPublicKeyName, CancellationToken cancellationToken = default)
206var response = await _restClient.GetAsync(Id.ResourceGroupName, sshPublicKeyName, cancellationToken: cancellationToken).ConfigureAwait(false);
221public virtual Response<bool> CheckIfExists(string sshPublicKeyName, CancellationToken cancellationToken = default)
232var response = GetIfExists(sshPublicKeyName, cancellationToken: cancellationToken);
245public async virtual Task<Response<bool>> CheckIfExistsAsync(string sshPublicKeyName, CancellationToken cancellationToken = default)
256var response = await GetIfExistsAsync(sshPublicKeyName, cancellationToken: cancellationToken).ConfigureAwait(false);
277var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken);
292var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
315var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
330var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\UpdateDomainContainer.cs (16)
47public virtual Response<UpdateDomain> Get(string updateDomain, CancellationToken cancellationToken = default)
58var response = _restClient.GetUpdateDomain(Id.ResourceGroupName, Id.Name, updateDomain, cancellationToken: cancellationToken);
73public async virtual Task<Response<UpdateDomain>> GetAsync(string updateDomain, CancellationToken cancellationToken = default)
84var response = await _restClient.GetUpdateDomainAsync(Id.ResourceGroupName, Id.Name, updateDomain, cancellationToken: cancellationToken).ConfigureAwait(false);
99public virtual Response<UpdateDomain> GetIfExists(string updateDomain, CancellationToken cancellationToken = default)
110var response = _restClient.GetUpdateDomain(Id.ResourceGroupName, Id.Name, updateDomain, cancellationToken: cancellationToken);
125public async virtual Task<Response<UpdateDomain>> GetIfExistsAsync(string updateDomain, CancellationToken cancellationToken = default)
136var response = await _restClient.GetUpdateDomainAsync(Id.ResourceGroupName, Id.Name, updateDomain, cancellationToken: cancellationToken).ConfigureAwait(false);
151public virtual Response<bool> CheckIfExists(string updateDomain, CancellationToken cancellationToken = default)
162var response = GetIfExists(updateDomain, cancellationToken: cancellationToken);
175public async virtual Task<Response<bool>> CheckIfExistsAsync(string updateDomain, CancellationToken cancellationToken = default)
186var response = await GetIfExistsAsync(updateDomain, cancellationToken: cancellationToken).ConfigureAwait(false);
207var response = _restClient.GetUpdateDomains(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
222var response = _restClient.GetUpdateDomainsNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
245var response = await _restClient.GetUpdateDomainsAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
260var response = await _restClient.GetUpdateDomainsNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachine.cs (32)
78public async virtual Task<Response<VirtualMachine>> GetAsync(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
84var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
99public virtual Response<VirtualMachine> Get(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
105var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
184public async virtual Task<Response<VirtualMachine>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
195var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
198var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
213public virtual Response<VirtualMachine> AddTag(string key, string value, CancellationToken cancellationToken = default)
224var originalTags = TagResource.Get(cancellationToken);
227var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
241public async virtual Task<Response<VirtualMachine>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
253var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
256var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
270public virtual Response<VirtualMachine> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
282var originalTags = TagResource.Get(cancellationToken);
285var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
299public async virtual Task<Response<VirtualMachine>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
310var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
313var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
327public virtual Response<VirtualMachine> RemoveTag(string key, CancellationToken cancellationToken = default)
338var originalTags = TagResource.Get(cancellationToken);
341var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
352public virtual async Task<Response<VirtualMachineInstanceView>> InstanceViewAsync(CancellationToken cancellationToken = default)
358var response = await _restClient.InstanceViewAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
370public virtual Response<VirtualMachineInstanceView> InstanceView(CancellationToken cancellationToken = default)
376var response = _restClient.InstanceView(Id.ResourceGroupName, Id.Name, cancellationToken);
425public virtual async Task<Response<RetrieveBootDiagnosticsDataResult>> RetrieveBootDiagnosticsDataAsync(int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
431var response = await _restClient.RetrieveBootDiagnosticsDataAsync(Id.ResourceGroupName, Id.Name, sasUriExpirationTimeInMinutes, cancellationToken).ConfigureAwait(false);
444public virtual Response<RetrieveBootDiagnosticsDataResult> RetrieveBootDiagnosticsData(int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
450var response = _restClient.RetrieveBootDiagnosticsData(Id.ResourceGroupName, Id.Name, sasUriExpirationTimeInMinutes, cancellationToken);
507var response = _restClient.GetAvailableSizes(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
530var response = await _restClient.GetAvailableSizesAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineContainer.cs (16)
118public virtual Response<VirtualMachine> Get(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, vmName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<VirtualMachine>> GetAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, vmName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<VirtualMachine> GetIfExists(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, vmName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<VirtualMachine>> GetIfExistsAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, vmName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(vmName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string vmName, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(vmName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineExtensionVirtualMachine.cs (22)
77public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<VirtualMachineExtensionVirtualMachine> Get(string expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<VirtualMachineExtensionVirtualMachine> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
238public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<VirtualMachineExtensionVirtualMachine> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
296public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<VirtualMachineExtensionVirtualMachine> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
Generated\VirtualMachineExtensionVirtualMachineContainer.cs (16)
117public virtual Response<VirtualMachineExtensionVirtualMachine> Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<VirtualMachineExtensionVirtualMachine> GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<VirtualMachineExtensionVirtualMachine>> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(vmExtensionName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
274public virtual async Task<Response<IReadOnlyList<VirtualMachineExtensionVirtualMachine>>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default)
280var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
293public virtual Response<IReadOnlyList<VirtualMachineExtensionVirtualMachine>> GetAll(string expand = null, CancellationToken cancellationToken = default)
299var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
Generated\VirtualMachineRunCommandVirtualMachine.cs (30)
78public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
84var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
99public virtual Response<VirtualMachineRunCommandVirtualMachine> Get(string expand = null, CancellationToken cancellationToken = default)
105var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
182public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
193var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
196var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
211public virtual Response<VirtualMachineRunCommandVirtualMachine> AddTag(string key, string value, CancellationToken cancellationToken = default)
222var originalTags = TagResource.Get(cancellationToken);
225var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
239public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
251var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
254var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
268public virtual Response<VirtualMachineRunCommandVirtualMachine> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
280var originalTags = TagResource.Get(cancellationToken);
283var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
297public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
308var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
311var originalResponse = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
325public virtual Response<VirtualMachineRunCommandVirtualMachine> RemoveTag(string key, CancellationToken cancellationToken = default)
336var originalTags = TagResource.Get(cancellationToken);
339var originalResponse = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
350public virtual async Task<Response<RunCommandDocument>> GetAsync(CancellationToken cancellationToken = default)
356var response = await _restClient.GetAsync(Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
368public virtual Response<RunCommandDocument> Get(CancellationToken cancellationToken = default)
374var response = _restClient.Get(Id.Parent.Name, Id.Name, cancellationToken);
395var response = _restClient.GetAll(Id.Name, cancellationToken: cancellationToken);
410var response = _restClient.GetAllNextPage(nextLink, Id.Name, cancellationToken: cancellationToken);
433var response = await _restClient.GetAllAsync(Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
448var response = await _restClient.GetAllNextPageAsync(nextLink, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineRunCommandVirtualMachineContainer.cs (16)
117public virtual Response<VirtualMachineRunCommandVirtualMachine> Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<VirtualMachineRunCommandVirtualMachine> GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.GetByVirtualMachine(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<VirtualMachineRunCommandVirtualMachine>> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(runCommandName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAllByVirtualMachine(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken);
298var response = _restClient.GetAllByVirtualMachineNextPage(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken);
322var response = await _restClient.GetAllByVirtualMachineAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
337var response = await _restClient.GetAllByVirtualMachineNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineRunCommandVirtualMachineScaleSetVM.cs (22)
77public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> Get(string expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken);
181public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
192var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
195var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
210public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> AddTag(string key, string value, CancellationToken cancellationToken = default)
221var originalTags = TagResource.Get(cancellationToken);
224var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
238public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
250var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
253var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
267public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
279var originalTags = TagResource.Get(cancellationToken);
282var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
296public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
307var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
310var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
324public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> RemoveTag(string key, CancellationToken cancellationToken = default)
335var originalTags = TagResource.Get(cancellationToken);
338var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, null, cancellationToken);
Generated\VirtualMachineRunCommandVirtualMachineScaleSetVMContainer.cs (16)
117public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> Get(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> GetAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<VirtualMachineRunCommandVirtualMachineScaleSetVM> GetIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<VirtualMachineRunCommandVirtualMachineScaleSetVM>> GetIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(runCommandName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string runCommandName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(runCommandName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken);
322var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
337var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineScaleSet.cs (38)
78public async virtual Task<Response<VirtualMachineScaleSet>> GetAsync(ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
84var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false);
99public virtual Response<VirtualMachineScaleSet> Get(ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
105var response = _restClient.Get(Id.ResourceGroupName, Id.Name, expand, cancellationToken);
184public async virtual Task<Response<VirtualMachineScaleSet>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
195var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
198var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
213public virtual Response<VirtualMachineScaleSet> AddTag(string key, string value, CancellationToken cancellationToken = default)
224var originalTags = TagResource.Get(cancellationToken);
227var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
241public async virtual Task<Response<VirtualMachineScaleSet>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
253var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
256var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
270public virtual Response<VirtualMachineScaleSet> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
282var originalTags = TagResource.Get(cancellationToken);
285var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
299public async virtual Task<Response<VirtualMachineScaleSet>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
310var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
313var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false);
327public virtual Response<VirtualMachineScaleSet> RemoveTag(string key, CancellationToken cancellationToken = default)
338var originalTags = TagResource.Get(cancellationToken);
341var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Name, null, cancellationToken);
352public virtual async Task<Response<VirtualMachineScaleSetInstanceView>> GetInstanceViewAsync(CancellationToken cancellationToken = default)
358var response = await _restClient.GetInstanceViewAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
370public virtual Response<VirtualMachineScaleSetInstanceView> GetInstanceView(CancellationToken cancellationToken = default)
376var response = _restClient.GetInstanceView(Id.ResourceGroupName, Id.Name, cancellationToken);
389public virtual async Task<Response<RecoveryWalkResponse>> ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(int platformUpdateDomain, CancellationToken cancellationToken = default)
395var response = await _restClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalkAsync(Id.ResourceGroupName, Id.Name, platformUpdateDomain, cancellationToken).ConfigureAwait(false);
408public virtual Response<RecoveryWalkResponse> ForceRecoveryServiceFabricPlatformUpdateDomainWalk(int platformUpdateDomain, CancellationToken cancellationToken = default)
414var response = _restClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk(Id.ResourceGroupName, Id.Name, platformUpdateDomain, cancellationToken);
485var response = _restClient.GetSkus(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
500var response = _restClient.GetSkusNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
523var response = await _restClient.GetSkusAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
538var response = await _restClient.GetSkusNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
561var response = _restClient.GetOSUpgradeHistory(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
576var response = _restClient.GetOSUpgradeHistoryNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
599var response = await _restClient.GetOSUpgradeHistoryAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
614var response = await _restClient.GetOSUpgradeHistoryNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineScaleSetContainer.cs (16)
118public virtual Response<VirtualMachineScaleSet> Get(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
129var response = _restClient.Get(Id.ResourceGroupName, vmScaleSetName, expand, cancellationToken: cancellationToken);
145public async virtual Task<Response<VirtualMachineScaleSet>> GetAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
156var response = await _restClient.GetAsync(Id.ResourceGroupName, vmScaleSetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
172public virtual Response<VirtualMachineScaleSet> GetIfExists(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
183var response = _restClient.Get(Id.ResourceGroupName, vmScaleSetName, expand, cancellationToken: cancellationToken);
199public async virtual Task<Response<VirtualMachineScaleSet>> GetIfExistsAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
210var response = await _restClient.GetAsync(Id.ResourceGroupName, vmScaleSetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
226public virtual Response<bool> CheckIfExists(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
237var response = GetIfExists(vmScaleSetName, expand, cancellationToken: cancellationToken);
251public async virtual Task<Response<bool>> CheckIfExistsAsync(string vmScaleSetName, ExpandTypesForGetVMScaleSets? expand = null, CancellationToken cancellationToken = default)
262var response = await GetIfExistsAsync(vmScaleSetName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
283var response = _restClient.GetAll(Id.ResourceGroupName, cancellationToken: cancellationToken);
298var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken);
321var response = await _restClient.GetAllAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
336var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineScaleSetExtension.cs (4)
77public async virtual Task<Response<VirtualMachineScaleSetExtension>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<VirtualMachineScaleSetExtension> Get(string expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
Generated\VirtualMachineScaleSetExtensionContainer.cs (16)
117public virtual Response<VirtualMachineScaleSetExtension> Get(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmssExtensionName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualMachineScaleSetExtension>> GetAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmssExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<VirtualMachineScaleSetExtension> GetIfExists(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Name, vmssExtensionName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<VirtualMachineScaleSetExtension>> GetIfExistsAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, vmssExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(vmssExtensionName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string vmssExtensionName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(vmssExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
282var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
297var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken);
320var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
335var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineScaleSetRollingUpgrade.cs (22)
81public async virtual Task<Response<VirtualMachineScaleSetRollingUpgrade>> GetAsync(CancellationToken cancellationToken = default)
87var response = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
101public virtual Response<VirtualMachineScaleSetRollingUpgrade> Get(CancellationToken cancellationToken = default)
107var response = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken);
140public async virtual Task<Response<VirtualMachineScaleSetRollingUpgrade>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
151var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
154var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
169public virtual Response<VirtualMachineScaleSetRollingUpgrade> AddTag(string key, string value, CancellationToken cancellationToken = default)
180var originalTags = TagResource.Get(cancellationToken);
183var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken);
197public async virtual Task<Response<VirtualMachineScaleSetRollingUpgrade>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
209var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
212var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
226public virtual Response<VirtualMachineScaleSetRollingUpgrade> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
238var originalTags = TagResource.Get(cancellationToken);
241var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken);
255public async virtual Task<Response<VirtualMachineScaleSetRollingUpgrade>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
266var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
269var originalResponse = await _restClient.GetLatestAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false);
283public virtual Response<VirtualMachineScaleSetRollingUpgrade> RemoveTag(string key, CancellationToken cancellationToken = default)
294var originalTags = TagResource.Get(cancellationToken);
297var originalResponse = _restClient.GetLatest(Id.ResourceGroupName, Id.Name, cancellationToken);
Generated\VirtualMachineScaleSetVM.cs (30)
77public async virtual Task<Response<VirtualMachineScaleSetVM>> GetAsync(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<VirtualMachineScaleSetVM> Get(InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
183public async virtual Task<Response<VirtualMachineScaleSetVM>> AddTagAsync(string key, string value, CancellationToken cancellationToken = default)
194var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
197var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
212public virtual Response<VirtualMachineScaleSetVM> AddTag(string key, string value, CancellationToken cancellationToken = default)
223var originalTags = TagResource.Get(cancellationToken);
226var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
240public async virtual Task<Response<VirtualMachineScaleSetVM>> SetTagsAsync(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
252var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
255var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
269public virtual Response<VirtualMachineScaleSetVM> SetTags(IDictionary<string, string> tags, CancellationToken cancellationToken = default)
281var originalTags = TagResource.Get(cancellationToken);
284var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
298public async virtual Task<Response<VirtualMachineScaleSetVM>> RemoveTagAsync(string key, CancellationToken cancellationToken = default)
309var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false);
312var originalResponse = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken).ConfigureAwait(false);
326public virtual Response<VirtualMachineScaleSetVM> RemoveTag(string key, CancellationToken cancellationToken = default)
337var originalTags = TagResource.Get(cancellationToken);
340var originalResponse = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, null, cancellationToken);
387public virtual async Task<Response<VirtualMachineScaleSetVMInstanceView>> GetInstanceViewAsync(CancellationToken cancellationToken = default)
393var response = await _restClient.GetInstanceViewAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false);
405public virtual Response<VirtualMachineScaleSetVMInstanceView> GetInstanceView(CancellationToken cancellationToken = default)
411var response = _restClient.GetInstanceView(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken);
424public virtual async Task<Response<RetrieveBootDiagnosticsDataResult>> RetrieveBootDiagnosticsDataAsync(int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
430var response = await _restClient.RetrieveBootDiagnosticsDataAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, sasUriExpirationTimeInMinutes, cancellationToken).ConfigureAwait(false);
443public virtual Response<RetrieveBootDiagnosticsDataResult> RetrieveBootDiagnosticsData(int? sasUriExpirationTimeInMinutes = null, CancellationToken cancellationToken = default)
449var response = _restClient.RetrieveBootDiagnosticsData(Id.ResourceGroupName, Id.Parent.Name, Id.Name, sasUriExpirationTimeInMinutes, cancellationToken);
Generated\VirtualMachineScaleSetVMContainer.cs (16)
49public virtual Response<VirtualMachineScaleSetVM> Get(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
60var response = _restClient.Get(Id.ResourceGroupName, Id.Name, instanceId, expand, cancellationToken: cancellationToken);
76public async virtual Task<Response<VirtualMachineScaleSetVM>> GetAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
87var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, instanceId, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
103public virtual Response<VirtualMachineScaleSetVM> GetIfExists(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
114var response = _restClient.Get(Id.ResourceGroupName, Id.Name, instanceId, expand, cancellationToken: cancellationToken);
130public async virtual Task<Response<VirtualMachineScaleSetVM>> GetIfExistsAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
141var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, instanceId, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
157public virtual Response<bool> CheckIfExists(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
168var response = GetIfExists(instanceId, expand, cancellationToken: cancellationToken);
182public async virtual Task<Response<bool>> CheckIfExistsAsync(string instanceId, InstanceViewTypes? expand = null, CancellationToken cancellationToken = default)
193var response = await GetIfExistsAsync(instanceId, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
217var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, filter, select, expand, cancellationToken: cancellationToken);
232var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, filter, select, expand, cancellationToken: cancellationToken);
258var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, filter, select, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
273var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, filter, select, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
Generated\VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet.cs (4)
77public async virtual Task<Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet>> GetAsync(string expand = null, CancellationToken cancellationToken = default)
83var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
98public virtual Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet> Get(string expand = null, CancellationToken cancellationToken = default)
104var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, cancellationToken);
Generated\VirtualMachineScaleSetVMExtensionVirtualMachineScaleSetContainer.cs (16)
117public virtual Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet> Get(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
128var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken);
144public async virtual Task<Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet>> GetAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
155var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
171public virtual Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet> GetIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
182var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken);
198public async virtual Task<Response<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet>> GetIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
209var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
225public virtual Response<bool> CheckIfExists(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
236var response = GetIfExists(vmExtensionName, expand, cancellationToken: cancellationToken);
250public async virtual Task<Response<bool>> CheckIfExistsAsync(string vmExtensionName, string expand = null, CancellationToken cancellationToken = default)
261var response = await GetIfExistsAsync(vmExtensionName, expand, cancellationToken: cancellationToken).ConfigureAwait(false);
274public virtual async Task<Response<IReadOnlyList<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet>>> GetAllAsync(string expand = null, CancellationToken cancellationToken = default)
280var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken).ConfigureAwait(false);
293public virtual Response<IReadOnlyList<VirtualMachineScaleSetVMExtensionVirtualMachineScaleSet>> GetAll(string expand = null, CancellationToken cancellationToken = default)
299var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, expand, cancellationToken);
Generated\CassandraResourcesOperations.cs (12)
47public virtual async Task<Response<CassandraKeyspaceGetResults>> GetCassandraKeyspaceAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
67public virtual Response<CassandraKeyspaceGetResults> GetCassandraKeyspace(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetCassandraKeyspaceThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetCassandraKeyspaceThroughput(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<CassandraTableGetResults>> GetCassandraTableAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
149public virtual Response<CassandraTableGetResults> GetCassandraTable(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetCassandraTableThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetCassandraTableThroughput(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListCassandraKeyspacesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListCassandraKeyspaces(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListCassandraTablesAsync(resourceGroupName, accountName, keyspaceName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListCassandraTables(resourceGroupName, accountName, keyspaceName, cancellationToken);
Generated\CassandraResourcesRestOperations.cs (12)
71public async Task<Response<CassandraKeyspaceListResult>> ListCassandraKeyspacesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<CassandraKeyspaceListResult> ListCassandraKeyspaces(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<CassandraKeyspaceGetResults>> GetCassandraKeyspaceAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
194public Response<CassandraKeyspaceGetResults> GetCassandraKeyspace(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetCassandraKeyspaceThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetCassandraKeyspaceThroughput(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
814public async Task<Response<CassandraTableListResult>> ListCassandraTablesAsync(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
851public Response<CassandraTableListResult> ListCassandraTables(string resourceGroupName, string accountName, string keyspaceName, CancellationToken cancellationToken = default)
912public async Task<Response<CassandraTableGetResults>> GetCassandraTableAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
954public Response<CassandraTableGetResults> GetCassandraTable(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetCassandraTableThroughputAsync(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetCassandraTableThroughput(string resourceGroupName, string accountName, string keyspaceName, string tableName, CancellationToken cancellationToken = default)
Generated\CollectionOperations.cs (6)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
173var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
218var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
262var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, databaseRid, collectionRid, cancellationToken).ConfigureAwait(false);
306var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, databaseRid, collectionRid, cancellationToken);
Generated\CollectionPartitionOperations.cs (4)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
173var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
218var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionPartitionRegionOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionPartitionRegionRestOperations.cs (2)
82public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
134public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
Generated\CollectionPartitionRestOperations.cs (4)
79public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
126public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
201public async Task<Response<PartitionUsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
244public Response<PartitionUsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
Generated\CollectionRegionOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, filter, cancellationToken);
Generated\CollectionRegionRestOperations.cs (2)
82public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
134public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
Generated\CollectionRestOperations.cs (6)
79public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
126public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter, CancellationToken cancellationToken = default)
201public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
244public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = null, CancellationToken cancellationToken = default)
310public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, CancellationToken cancellationToken = default)
352public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, string databaseRid, string collectionRid, CancellationToken cancellationToken = default)
Generated\DatabaseAccountsOperations.cs (22)
46public virtual async Task<Response<DatabaseAccountGetResults>> GetAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
65public virtual Response<DatabaseAccountGetResults> Get(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<DatabaseAccountListKeysResult>> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public virtual Response<DatabaseAccountListKeysResult> ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
122public virtual async Task<Response<DatabaseAccountListConnectionStringsResult>> ListConnectionStringsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
141public virtual Response<DatabaseAccountListConnectionStringsResult> ListConnectionStrings(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
160public virtual async Task<Response<DatabaseAccountListReadOnlyKeysResult>> GetReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
179public virtual Response<DatabaseAccountListReadOnlyKeysResult> GetReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
198public virtual async Task<Response<DatabaseAccountListReadOnlyKeysResult>> ListReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
217public virtual Response<DatabaseAccountListReadOnlyKeysResult> ListReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
235public virtual async Task<Response<bool>> CheckNameExistsAsync(string accountName, CancellationToken cancellationToken = default)
253public virtual Response<bool> CheckNameExists(string accountName, CancellationToken cancellationToken = default)
278var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
300var response = RestClient.List(cancellationToken);
329var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
358var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
397var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, filter, cancellationToken).ConfigureAwait(false);
436var response = RestClient.ListMetrics(resourceGroupName, accountName, filter, cancellationToken);
471var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, filter, cancellationToken).ConfigureAwait(false);
506var response = RestClient.ListUsages(resourceGroupName, accountName, filter, cancellationToken);
540var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
574var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, cancellationToken);
Generated\DatabaseAccountsRestOperations.cs (22)
70public async Task<Response<DatabaseAccountGetResults>> GetAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
102public Response<DatabaseAccountGetResults> Get(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
484public async Task<Response<DatabaseAccountsListResult>> ListAsync(CancellationToken cancellationToken = default)
504public Response<DatabaseAccountsListResult> List(CancellationToken cancellationToken = default)
544public async Task<Response<DatabaseAccountsListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
571public Response<DatabaseAccountsListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
619public async Task<Response<DatabaseAccountListKeysResult>> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
651public Response<DatabaseAccountListKeysResult> ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
703public async Task<Response<DatabaseAccountListConnectionStringsResult>> ListConnectionStringsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
735public Response<DatabaseAccountListConnectionStringsResult> ListConnectionStrings(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
967public async Task<Response<DatabaseAccountListReadOnlyKeysResult>> GetReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
999public Response<DatabaseAccountListReadOnlyKeysResult> GetReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1051public async Task<Response<DatabaseAccountListReadOnlyKeysResult>> ListReadOnlyKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1083public Response<DatabaseAccountListReadOnlyKeysResult> ListReadOnlyKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1217public async Task<Response<bool>> CheckNameExistsAsync(string accountName, CancellationToken cancellationToken = default)
1247public Response<bool> CheckNameExists(string accountName, CancellationToken cancellationToken = default)
1300public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string filter, CancellationToken cancellationToken = default)
1337public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string filter, CancellationToken cancellationToken = default)
1398public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string filter = null, CancellationToken cancellationToken = default)
1431public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string filter = null, CancellationToken cancellationToken = default)
1483public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
1515public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
Generated\DatabaseOperations.cs (6)
74var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, filter, cancellationToken).ConfigureAwait(false);
118var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, filter, cancellationToken);
158var response = await RestClient.ListUsagesAsync(resourceGroupName, accountName, databaseRid, filter, cancellationToken).ConfigureAwait(false);
198var response = RestClient.ListUsages(resourceGroupName, accountName, databaseRid, filter, cancellationToken);
237var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, accountName, databaseRid, cancellationToken).ConfigureAwait(false);
276var response = RestClient.ListMetricDefinitions(resourceGroupName, accountName, databaseRid, cancellationToken);
Generated\DatabaseRestOperations.cs (6)
76public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string filter, CancellationToken cancellationToken = default)
118public Response<MetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string filter, CancellationToken cancellationToken = default)
186public async Task<Response<UsagesResult>> ListUsagesAsync(string resourceGroupName, string accountName, string databaseRid, string filter = null, CancellationToken cancellationToken = default)
224public Response<UsagesResult> ListUsages(string resourceGroupName, string accountName, string databaseRid, string filter = null, CancellationToken cancellationToken = default)
283public async Task<Response<MetricDefinitionsListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string accountName, string databaseRid, CancellationToken cancellationToken = default)
320public Response<MetricDefinitionsListResult> ListMetricDefinitions(string resourceGroupName, string accountName, string databaseRid, CancellationToken cancellationToken = default)
Generated\GremlinResourcesOperations.cs (12)
47public virtual async Task<Response<GremlinDatabaseGetResults>> GetGremlinDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<GremlinDatabaseGetResults> GetGremlinDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetGremlinDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetGremlinDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<GremlinGraphGetResults>> GetGremlinGraphAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
149public virtual Response<GremlinGraphGetResults> GetGremlinGraph(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetGremlinGraphThroughputAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetGremlinGraphThroughput(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListGremlinDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListGremlinDatabases(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListGremlinGraphsAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListGremlinGraphs(resourceGroupName, accountName, databaseName, cancellationToken);
Generated\GremlinResourcesRestOperations.cs (12)
71public async Task<Response<GremlinDatabaseListResult>> ListGremlinDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<GremlinDatabaseListResult> ListGremlinDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<GremlinDatabaseGetResults>> GetGremlinDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<GremlinDatabaseGetResults> GetGremlinDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetGremlinDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetGremlinDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<GremlinGraphListResult>> ListGremlinGraphsAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<GremlinGraphListResult> ListGremlinGraphs(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<GremlinGraphGetResults>> GetGremlinGraphAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
954public Response<GremlinGraphGetResults> GetGremlinGraph(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetGremlinGraphThroughputAsync(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetGremlinGraphThroughput(string resourceGroupName, string accountName, string databaseName, string graphName, CancellationToken cancellationToken = default)
Generated\MongoDBResourcesOperations.cs (12)
47public virtual async Task<Response<MongoDBDatabaseGetResults>> GetMongoDBDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<MongoDBDatabaseGetResults> GetMongoDBDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetMongoDBDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetMongoDBDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<MongoDBCollectionGetResults>> GetMongoDBCollectionAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
149public virtual Response<MongoDBCollectionGetResults> GetMongoDBCollection(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetMongoDBCollectionThroughputAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetMongoDBCollectionThroughput(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
228var response = await RestClient.ListMongoDBDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
262var response = RestClient.ListMongoDBDatabases(resourceGroupName, accountName, cancellationToken);
301var response = await RestClient.ListMongoDBCollectionsAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
340var response = RestClient.ListMongoDBCollections(resourceGroupName, accountName, databaseName, cancellationToken);
Generated\MongoDBResourcesRestOperations.cs (12)
71public async Task<Response<MongoDBDatabaseListResult>> ListMongoDBDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<MongoDBDatabaseListResult> ListMongoDBDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<MongoDBDatabaseGetResults>> GetMongoDBDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<MongoDBDatabaseGetResults> GetMongoDBDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetMongoDBDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetMongoDBDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<MongoDBCollectionListResult>> ListMongoDBCollectionsAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<MongoDBCollectionListResult> ListMongoDBCollections(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<MongoDBCollectionGetResults>> GetMongoDBCollectionAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
954public Response<MongoDBCollectionGetResults> GetMongoDBCollection(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetMongoDBCollectionThroughputAsync(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetMongoDBCollectionThroughput(string resourceGroupName, string accountName, string databaseName, string collectionName, CancellationToken cancellationToken = default)
Generated\NotebookWorkspacesOperations.cs (6)
47public virtual async Task<Response<NotebookWorkspace>> GetAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
67public virtual Response<NotebookWorkspace> Get(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NotebookWorkspaceConnectionInfoResult>> ListConnectionInfoAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
107public virtual Response<NotebookWorkspaceConnectionInfoResult> ListConnectionInfo(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\NotebookWorkspacesRestOperations.cs (6)
71public async Task<Response<NotebookWorkspaceListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<NotebookWorkspaceListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<NotebookWorkspace>> GetAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
190public Response<NotebookWorkspace> Get(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
415public async Task<Response<NotebookWorkspaceConnectionInfoResult>> ListConnectionInfoAsync(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
448public Response<NotebookWorkspaceConnectionInfoResult> ListConnectionInfo(string resourceGroupName, string accountName, NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default)
Generated\PartitionKeyRangeIdOperations.cs (2)
84var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListMetrics(resourceGroupName, accountName, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken);
Generated\PartitionKeyRangeIdRegionOperations.cs (2)
89var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, region, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken).ConfigureAwait(false);
148var response = RestClient.ListMetrics(resourceGroupName, accountName, region, databaseRid, collectionRid, partitionKeyRangeId, filter, cancellationToken);
Generated\PartitionKeyRangeIdRegionRestOperations.cs (2)
85public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
142public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string region, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
Generated\PartitionKeyRangeIdRestOperations.cs (2)
82public async Task<Response<PartitionMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
134public Response<PartitionMetricListResult> ListMetrics(string resourceGroupName, string accountName, string databaseRid, string collectionRid, string partitionKeyRangeId, string filter, CancellationToken cancellationToken = default)
Generated\PercentileSourceTargetOperations.cs (2)
79var response = await RestClient.ListMetricsAsync(resourceGroupName, accountName, sourceRegion, targetRegion, filter, cancellationToken).ConfigureAwait(false);
128var response = RestClient.ListMetrics(resourceGroupName, accountName, sourceRegion, targetRegion, filter, cancellationToken);
Generated\PercentileSourceTargetRestOperations.cs (2)
79public async Task<Response<PercentileMetricListResult>> ListMetricsAsync(string resourceGroupName, string accountName, string sourceRegion, string targetRegion, string filter, CancellationToken cancellationToken = default)
126public Response<PercentileMetricListResult> ListMetrics(string resourceGroupName, string accountName, string sourceRegion, string targetRegion, string filter, CancellationToken cancellationToken = default)
Generated\PrivateEndpointConnectionsOperations.cs (4)
47public virtual async Task<Response<PrivateEndpointConnectionAutoGenerated>> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateEndpointConnectionAutoGenerated> Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\PrivateEndpointConnectionsRestOperations.cs (4)
71public async Task<Response<PrivateEndpointConnectionListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<PrivateEndpointConnectionListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateEndpointConnectionAutoGenerated>> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
194public Response<PrivateEndpointConnectionAutoGenerated> Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
Generated\PrivateLinkResourcesOperations.cs (4)
47public virtual async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateLinkResource> Get(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByDatabaseAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByDatabaseAccount(resourceGroupName, accountName, cancellationToken);
Generated\PrivateLinkResourcesRestOperations.cs (4)
71public async Task<Response<PrivateLinkResourceListResult>> ListByDatabaseAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<PrivateLinkResourceListResult> ListByDatabaseAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
194public Response<PrivateLinkResource> Get(string resourceGroupName, string accountName, string groupName, CancellationToken cancellationToken = default)
Generated\SqlResourcesOperations.cs (24)
47public virtual async Task<Response<SqlDatabaseGetResults>> GetSqlDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<SqlDatabaseGetResults> GetSqlDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetSqlDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetSqlDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
128public virtual async Task<Response<SqlContainerGetResults>> GetSqlContainerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
149public virtual Response<SqlContainerGetResults> GetSqlContainer(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
170public virtual async Task<Response<ThroughputSettingsGetResults>> GetSqlContainerThroughputAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
191public virtual Response<ThroughputSettingsGetResults> GetSqlContainerThroughput(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
213public virtual async Task<Response<SqlStoredProcedureGetResults>> GetSqlStoredProcedureAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
235public virtual Response<SqlStoredProcedureGetResults> GetSqlStoredProcedure(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
257public virtual async Task<Response<SqlUserDefinedFunctionGetResults>> GetSqlUserDefinedFunctionAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
279public virtual Response<SqlUserDefinedFunctionGetResults> GetSqlUserDefinedFunction(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
301public virtual async Task<Response<SqlTriggerGetResults>> GetSqlTriggerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
323public virtual Response<SqlTriggerGetResults> GetSqlTrigger(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
360var response = await RestClient.ListSqlDatabasesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
394var response = RestClient.ListSqlDatabases(resourceGroupName, accountName, cancellationToken);
433var response = await RestClient.ListSqlContainersAsync(resourceGroupName, accountName, databaseName, cancellationToken).ConfigureAwait(false);
472var response = RestClient.ListSqlContainers(resourceGroupName, accountName, databaseName, cancellationToken);
516var response = await RestClient.ListSqlStoredProceduresAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
560var response = RestClient.ListSqlStoredProcedures(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
604var response = await RestClient.ListSqlUserDefinedFunctionsAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
648var response = RestClient.ListSqlUserDefinedFunctions(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
692var response = await RestClient.ListSqlTriggersAsync(resourceGroupName, accountName, databaseName, containerName, cancellationToken).ConfigureAwait(false);
736var response = RestClient.ListSqlTriggers(resourceGroupName, accountName, databaseName, containerName, cancellationToken);
Generated\SqlResourcesRestOperations.cs (24)
71public async Task<Response<SqlDatabaseListResult>> ListSqlDatabasesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<SqlDatabaseListResult> ListSqlDatabases(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<SqlDatabaseGetResults>> GetSqlDatabaseAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
194public Response<SqlDatabaseGetResults> GetSqlDatabase(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetSqlDatabaseThroughputAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetSqlDatabaseThroughput(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
814public async Task<Response<SqlContainerListResult>> ListSqlContainersAsync(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
851public Response<SqlContainerListResult> ListSqlContainers(string resourceGroupName, string accountName, string databaseName, CancellationToken cancellationToken = default)
912public async Task<Response<SqlContainerGetResults>> GetSqlContainerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
954public Response<SqlContainerGetResults> GetSqlContainer(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1231public async Task<Response<ThroughputSettingsGetResults>> GetSqlContainerThroughputAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1273public Response<ThroughputSettingsGetResults> GetSqlContainerThroughput(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1653public async Task<Response<SqlStoredProcedureListResult>> ListSqlStoredProceduresAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1695public Response<SqlStoredProcedureListResult> ListSqlStoredProcedures(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
1763public async Task<Response<SqlStoredProcedureGetResults>> GetSqlStoredProcedureAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
1810public Response<SqlStoredProcedureGetResults> GetSqlStoredProcedure(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, CancellationToken cancellationToken = default)
2115public async Task<Response<SqlUserDefinedFunctionListResult>> ListSqlUserDefinedFunctionsAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2157public Response<SqlUserDefinedFunctionListResult> ListSqlUserDefinedFunctions(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2225public async Task<Response<SqlUserDefinedFunctionGetResults>> GetSqlUserDefinedFunctionAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
2272public Response<SqlUserDefinedFunctionGetResults> GetSqlUserDefinedFunction(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, CancellationToken cancellationToken = default)
2577public async Task<Response<SqlTriggerListResult>> ListSqlTriggersAsync(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2619public Response<SqlTriggerListResult> ListSqlTriggers(string resourceGroupName, string accountName, string databaseName, string containerName, CancellationToken cancellationToken = default)
2687public async Task<Response<SqlTriggerGetResults>> GetSqlTriggerAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
2734public Response<SqlTriggerGetResults> GetSqlTrigger(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, CancellationToken cancellationToken = default)
Generated\TableResourcesOperations.cs (6)
47public virtual async Task<Response<TableGetResults>> GetTableAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
67public virtual Response<TableGetResults> GetTable(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ThroughputSettingsGetResults>> GetTableThroughputAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
107public virtual Response<ThroughputSettingsGetResults> GetTableThroughput(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListTablesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListTables(resourceGroupName, accountName, cancellationToken);
Generated\TableResourcesRestOperations.cs (6)
71public async Task<Response<TableListResult>> ListTablesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
103public Response<TableListResult> ListTables(string resourceGroupName, string accountName, CancellationToken cancellationToken = default)
157public async Task<Response<TableGetResults>> GetTableAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
194public Response<TableGetResults> GetTable(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
440public async Task<Response<ThroughputSettingsGetResults>> GetTableThroughputAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
477public Response<ThroughputSettingsGetResults> GetTableThroughput(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default)
Generated\ApplicationGatewaysOperations.cs (28)
47public virtual async Task<Response<ApplicationGateway>> GetAsync(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
66public virtual Response<ApplicationGateway> Get(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
86public virtual async Task<Response<ApplicationGateway>> UpdateTagsAsync(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
106public virtual Response<ApplicationGateway> UpdateTags(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
123public virtual async Task<Response<IReadOnlyList<string>>> ListAvailableServerVariablesAsync(CancellationToken cancellationToken = default)
140public virtual Response<IReadOnlyList<string>> ListAvailableServerVariables(CancellationToken cancellationToken = default)
157public virtual async Task<Response<IReadOnlyList<string>>> ListAvailableRequestHeadersAsync(CancellationToken cancellationToken = default)
174public virtual Response<IReadOnlyList<string>> ListAvailableRequestHeaders(CancellationToken cancellationToken = default)
191public virtual async Task<Response<IReadOnlyList<string>>> ListAvailableResponseHeadersAsync(CancellationToken cancellationToken = default)
208public virtual Response<IReadOnlyList<string>> ListAvailableResponseHeaders(CancellationToken cancellationToken = default)
225public virtual async Task<Response<ApplicationGatewayAvailableWafRuleSetsResult>> ListAvailableWafRuleSetsAsync(CancellationToken cancellationToken = default)
242public virtual Response<ApplicationGatewayAvailableWafRuleSetsResult> ListAvailableWafRuleSets(CancellationToken cancellationToken = default)
259public virtual async Task<Response<ApplicationGatewayAvailableSslOptions>> ListAvailableSslOptionsAsync(CancellationToken cancellationToken = default)
276public virtual Response<ApplicationGatewayAvailableSslOptions> ListAvailableSslOptions(CancellationToken cancellationToken = default)
294public virtual async Task<Response<ApplicationGatewaySslPredefinedPolicy>> GetSslPredefinedPolicyAsync(string predefinedPolicyName, CancellationToken cancellationToken = default)
312public virtual Response<ApplicationGatewaySslPredefinedPolicy> GetSslPredefinedPolicy(string predefinedPolicyName, CancellationToken cancellationToken = default)
344var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
359var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
388var response = RestClient.List(resourceGroupName, cancellationToken);
403var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
425var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
440var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
462var response = RestClient.ListAll(cancellationToken);
477var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
499var response = await RestClient.ListAvailableSslPredefinedPoliciesAsync(cancellationToken).ConfigureAwait(false);
514var response = await RestClient.ListAvailableSslPredefinedPoliciesNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
536var response = RestClient.ListAvailableSslPredefinedPolicies(cancellationToken);
551var response = RestClient.ListAvailableSslPredefinedPoliciesNextPage(nextLink, cancellationToken);
Generated\ApplicationGatewaysRestOperations.cs (28)
148public async Task<Response<ApplicationGateway>> GetAsync(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
180public Response<ApplicationGateway> Get(string resourceGroupName, string applicationGatewayName, CancellationToken cancellationToken = default)
325public async Task<Response<ApplicationGateway>> UpdateTagsAsync(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
362public Response<ApplicationGateway> UpdateTags(string resourceGroupName, string applicationGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
415public async Task<Response<ApplicationGatewayListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
442public Response<ApplicationGatewayListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
483public async Task<Response<ApplicationGatewayListResult>> ListAllAsync(CancellationToken cancellationToken = default)
503public Response<ApplicationGatewayListResult> ListAll(CancellationToken cancellationToken = default)
869public async Task<Response<IReadOnlyList<string>>> ListAvailableServerVariablesAsync(CancellationToken cancellationToken = default)
894public Response<IReadOnlyList<string>> ListAvailableServerVariables(CancellationToken cancellationToken = default)
935public async Task<Response<IReadOnlyList<string>>> ListAvailableRequestHeadersAsync(CancellationToken cancellationToken = default)
960public Response<IReadOnlyList<string>> ListAvailableRequestHeaders(CancellationToken cancellationToken = default)
1001public async Task<Response<IReadOnlyList<string>>> ListAvailableResponseHeadersAsync(CancellationToken cancellationToken = default)
1026public Response<IReadOnlyList<string>> ListAvailableResponseHeaders(CancellationToken cancellationToken = default)
1067public async Task<Response<ApplicationGatewayAvailableWafRuleSetsResult>> ListAvailableWafRuleSetsAsync(CancellationToken cancellationToken = default)
1087public Response<ApplicationGatewayAvailableWafRuleSetsResult> ListAvailableWafRuleSets(CancellationToken cancellationToken = default)
1123public async Task<Response<ApplicationGatewayAvailableSslOptions>> ListAvailableSslOptionsAsync(CancellationToken cancellationToken = default)
1143public Response<ApplicationGatewayAvailableSslOptions> ListAvailableSslOptions(CancellationToken cancellationToken = default)
1179public async Task<Response<ApplicationGatewayAvailableSslPredefinedPolicies>> ListAvailableSslPredefinedPoliciesAsync(CancellationToken cancellationToken = default)
1199public Response<ApplicationGatewayAvailableSslPredefinedPolicies> ListAvailableSslPredefinedPolicies(CancellationToken cancellationToken = default)
1238public async Task<Response<ApplicationGatewaySslPredefinedPolicy>> GetSslPredefinedPolicyAsync(string predefinedPolicyName, CancellationToken cancellationToken = default)
1265public Response<ApplicationGatewaySslPredefinedPolicy> GetSslPredefinedPolicy(string predefinedPolicyName, CancellationToken cancellationToken = default)
1306public async Task<Response<ApplicationGatewayListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1338public Response<ApplicationGatewayListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1382public async Task<Response<ApplicationGatewayListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1409public Response<ApplicationGatewayListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
1449public async Task<Response<ApplicationGatewayAvailableSslPredefinedPolicies>> ListAvailableSslPredefinedPoliciesNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1476public Response<ApplicationGatewayAvailableSslPredefinedPolicies> ListAvailableSslPredefinedPoliciesNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ApplicationSecurityGroupsOperations.cs (12)
46public virtual async Task<Response<ApplicationSecurityGroup>> GetAsync(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
65public virtual Response<ApplicationSecurityGroup> Get(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<ApplicationSecurityGroup>> UpdateTagsAsync(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<ApplicationSecurityGroup> UpdateTags(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
130var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
167var response = RestClient.ListAll(cancellationToken);
182var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
211var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
226var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(resourceGroupName, cancellationToken);
270var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\ApplicationSecurityGroupsRestOperations.cs (12)
147public async Task<Response<ApplicationSecurityGroup>> GetAsync(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
179public Response<ApplicationSecurityGroup> Get(string resourceGroupName, string applicationSecurityGroupName, CancellationToken cancellationToken = default)
324public async Task<Response<ApplicationSecurityGroup>> UpdateTagsAsync(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<ApplicationSecurityGroup> UpdateTags(string resourceGroupName, string applicationSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
410public async Task<Response<ApplicationSecurityGroupListResult>> ListAllAsync(CancellationToken cancellationToken = default)
430public Response<ApplicationSecurityGroupListResult> ListAll(CancellationToken cancellationToken = default)
470public async Task<Response<ApplicationSecurityGroupListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
497public Response<ApplicationSecurityGroupListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
537public async Task<Response<ApplicationSecurityGroupListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
564public Response<ApplicationSecurityGroupListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
605public async Task<Response<ApplicationSecurityGroupListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public Response<ApplicationSecurityGroupListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\AvailablePrivateEndpointTypesOperations.cs (8)
59var response = await RestClient.ListAsync(location, cancellationToken).ConfigureAwait(false);
74var response = await RestClient.ListNextPageAsync(nextLink, location, cancellationToken).ConfigureAwait(false);
103var response = RestClient.List(location, cancellationToken);
118var response = RestClient.ListNextPage(nextLink, location, cancellationToken);
152var response = await RestClient.ListByResourceGroupAsync(location, resourceGroupName, cancellationToken).ConfigureAwait(false);
167var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, location, resourceGroupName, cancellationToken).ConfigureAwait(false);
201var response = RestClient.ListByResourceGroup(location, resourceGroupName, cancellationToken);
216var response = RestClient.ListByResourceGroupNextPage(nextLink, location, resourceGroupName, cancellationToken);
Generated\AvailablePrivateEndpointTypesRestOperations.cs (8)
68public async Task<Response<AvailablePrivateEndpointTypesResult>> ListAsync(string location, CancellationToken cancellationToken = default)
95public Response<AvailablePrivateEndpointTypesResult> List(string location, CancellationToken cancellationToken = default)
143public async Task<Response<AvailablePrivateEndpointTypesResult>> ListByResourceGroupAsync(string location, string resourceGroupName, CancellationToken cancellationToken = default)
175public Response<AvailablePrivateEndpointTypesResult> ListByResourceGroup(string location, string resourceGroupName, CancellationToken cancellationToken = default)
220public async Task<Response<AvailablePrivateEndpointTypesResult>> ListNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
252public Response<AvailablePrivateEndpointTypesResult> ListNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
298public async Task<Response<AvailablePrivateEndpointTypesResult>> ListByResourceGroupNextPageAsync(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
335public Response<AvailablePrivateEndpointTypesResult> ListByResourceGroupNextPage(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\AvailableResourceGroupDelegationsOperations.cs (4)
64var response = await RestClient.ListAsync(location, resourceGroupName, cancellationToken).ConfigureAwait(false);
79var response = await RestClient.ListNextPageAsync(nextLink, location, resourceGroupName, cancellationToken).ConfigureAwait(false);
113var response = RestClient.List(location, resourceGroupName, cancellationToken);
128var response = RestClient.ListNextPage(nextLink, location, resourceGroupName, cancellationToken);
Generated\AvailableResourceGroupDelegationsRestOperations.cs (4)
71public async Task<Response<AvailableDelegationsResult>> ListAsync(string location, string resourceGroupName, CancellationToken cancellationToken = default)
103public Response<AvailableDelegationsResult> List(string location, string resourceGroupName, CancellationToken cancellationToken = default)
149public async Task<Response<AvailableDelegationsResult>> ListNextPageAsync(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
186public Response<AvailableDelegationsResult> ListNextPage(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\AvailableServiceAliasesOperations.cs (8)
59var response = await RestClient.ListAsync(location, cancellationToken).ConfigureAwait(false);
74var response = await RestClient.ListNextPageAsync(nextLink, location, cancellationToken).ConfigureAwait(false);
103var response = RestClient.List(location, cancellationToken);
118var response = RestClient.ListNextPage(nextLink, location, cancellationToken);
152var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, location, cancellationToken).ConfigureAwait(false);
167var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, location, cancellationToken).ConfigureAwait(false);
201var response = RestClient.ListByResourceGroup(resourceGroupName, location, cancellationToken);
216var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, location, cancellationToken);
Generated\AvailableServiceAliasesRestOperations.cs (8)
68public async Task<Response<AvailableServiceAliasesResult>> ListAsync(string location, CancellationToken cancellationToken = default)
95public Response<AvailableServiceAliasesResult> List(string location, CancellationToken cancellationToken = default)
143public async Task<Response<AvailableServiceAliasesResult>> ListByResourceGroupAsync(string resourceGroupName, string location, CancellationToken cancellationToken = default)
175public Response<AvailableServiceAliasesResult> ListByResourceGroup(string resourceGroupName, string location, CancellationToken cancellationToken = default)
220public async Task<Response<AvailableServiceAliasesResult>> ListNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
252public Response<AvailableServiceAliasesResult> ListNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
298public async Task<Response<AvailableServiceAliasesResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
335public Response<AvailableServiceAliasesResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, string location, CancellationToken cancellationToken = default)
Generated\AzureFirewallsOperations.cs (10)
46public virtual async Task<Response<AzureFirewall>> GetAsync(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
65public virtual Response<AzureFirewall> Get(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.List(resourceGroupName, cancellationToken);
156var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
178var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
193var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
215var response = RestClient.ListAll(cancellationToken);
230var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
Generated\AzureFirewallsRestOperations.cs (10)
147public async Task<Response<AzureFirewall>> GetAsync(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
179public Response<AzureFirewall> Get(string resourceGroupName, string azureFirewallName, CancellationToken cancellationToken = default)
406public async Task<Response<AzureFirewallListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
433public Response<AzureFirewallListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
474public async Task<Response<AzureFirewallListResult>> ListAllAsync(CancellationToken cancellationToken = default)
494public Response<AzureFirewallListResult> ListAll(CancellationToken cancellationToken = default)
530public async Task<Response<AzureFirewallListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
562public Response<AzureFirewallListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
606public async Task<Response<AzureFirewallListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
633public Response<AzureFirewallListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\BastionHostsOperations.cs (10)
46public virtual async Task<Response<BastionHost>> GetAsync(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
65public virtual Response<BastionHost> Get(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
90var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
105var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
127var response = RestClient.List(cancellationToken);
142var response = RestClient.ListNextPage(nextLink, cancellationToken);
171var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
186var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
215var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
230var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\BastionHostsRestOperations.cs (10)
147public async Task<Response<BastionHost>> GetAsync(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
179public Response<BastionHost> Get(string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default)
313public async Task<Response<BastionHostListResult>> ListAsync(CancellationToken cancellationToken = default)
333public Response<BastionHostListResult> List(CancellationToken cancellationToken = default)
373public async Task<Response<BastionHostListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
400public Response<BastionHostListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
440public async Task<Response<BastionHostListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
467public Response<BastionHostListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
508public async Task<Response<BastionHostListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
540public Response<BastionHostListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\ConnectionMonitorsOperations.cs (6)
47public virtual async Task<Response<ConnectionMonitorResult>> GetAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
67public virtual Response<ConnectionMonitorResult> Get(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ConnectionMonitorResult>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
109public virtual Response<ConnectionMonitorResult> UpdateTags(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
146var response = await RestClient.ListAsync(resourceGroupName, networkWatcherName, cancellationToken).ConfigureAwait(false);
180var response = RestClient.List(resourceGroupName, networkWatcherName, cancellationToken);
Generated\ConnectionMonitorsRestOperations.cs (6)
174public async Task<Response<ConnectionMonitorResult>> GetAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
211public Response<ConnectionMonitorResult> Get(string resourceGroupName, string networkWatcherName, string connectionMonitorName, CancellationToken cancellationToken = default)
361public async Task<Response<ConnectionMonitorResult>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
403public Response<ConnectionMonitorResult> UpdateTags(string resourceGroupName, string networkWatcherName, string connectionMonitorName, TagsObject parameters, CancellationToken cancellationToken = default)
727public async Task<Response<ConnectionMonitorListResult>> ListAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
759public Response<ConnectionMonitorListResult> List(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\DdosCustomPoliciesOperations.cs (4)
45public virtual async Task<Response<DdosCustomPolicy>> GetAsync(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
64public virtual Response<DdosCustomPolicy> Get(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<DdosCustomPolicy>> UpdateTagsAsync(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
104public virtual Response<DdosCustomPolicy> UpdateTags(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
Generated\DdosCustomPoliciesRestOperations.cs (4)
147public async Task<Response<DdosCustomPolicy>> GetAsync(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
179public Response<DdosCustomPolicy> Get(string resourceGroupName, string ddosCustomPolicyName, CancellationToken cancellationToken = default)
324public async Task<Response<DdosCustomPolicy>> UpdateTagsAsync(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<DdosCustomPolicy> UpdateTags(string resourceGroupName, string ddosCustomPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
Generated\DdosProtectionPlansOperations.cs (12)
46public virtual async Task<Response<DdosProtectionPlan>> GetAsync(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
65public virtual Response<DdosProtectionPlan> Get(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<DdosProtectionPlan>> UpdateTagsAsync(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<DdosProtectionPlan> UpdateTags(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
130var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
167var response = RestClient.List(cancellationToken);
182var response = RestClient.ListNextPage(nextLink, cancellationToken);
211var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
226var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
255var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
270var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\DdosProtectionPlansRestOperations.cs (12)
147public async Task<Response<DdosProtectionPlan>> GetAsync(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
179public Response<DdosProtectionPlan> Get(string resourceGroupName, string ddosProtectionPlanName, CancellationToken cancellationToken = default)
324public async Task<Response<DdosProtectionPlan>> UpdateTagsAsync(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<DdosProtectionPlan> UpdateTags(string resourceGroupName, string ddosProtectionPlanName, TagsObject parameters, CancellationToken cancellationToken = default)
410public async Task<Response<DdosProtectionPlanListResult>> ListAsync(CancellationToken cancellationToken = default)
430public Response<DdosProtectionPlanListResult> List(CancellationToken cancellationToken = default)
470public async Task<Response<DdosProtectionPlanListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
497public Response<DdosProtectionPlanListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
537public async Task<Response<DdosProtectionPlanListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
564public Response<DdosProtectionPlanListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
605public async Task<Response<DdosProtectionPlanListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public Response<DdosProtectionPlanListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\DefaultSecurityRulesOperations.cs (6)
47public virtual async Task<Response<SecurityRule>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
67public virtual Response<SecurityRule> Get(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkSecurityGroupName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkSecurityGroupName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, networkSecurityGroupName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkSecurityGroupName, cancellationToken);
Generated\DefaultSecurityRulesRestOperations.cs (6)
71public async Task<Response<SecurityRuleListResult>> ListAsync(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
103public Response<SecurityRuleListResult> List(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
157public async Task<Response<SecurityRule>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
194public Response<SecurityRule> Get(string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, CancellationToken cancellationToken = default)
244public async Task<Response<SecurityRuleListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
281public Response<SecurityRuleListResult> ListNextPage(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCircuitAuthorizationsOperations.cs (6)
47public virtual async Task<Response<ExpressRouteCircuitAuthorization>> GetAsync(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
67public virtual Response<ExpressRouteCircuitAuthorization> Get(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, circuitName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, circuitName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, circuitName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, circuitName, cancellationToken);
Generated\ExpressRouteCircuitAuthorizationsRestOperations.cs (6)
162public async Task<Response<ExpressRouteCircuitAuthorization>> GetAsync(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
199public Response<ExpressRouteCircuitAuthorization> Get(string resourceGroupName, string circuitName, string authorizationName, CancellationToken cancellationToken = default)
356public async Task<Response<AuthorizationListResult>> ListAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
388public Response<AuthorizationListResult> List(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
434public async Task<Response<AuthorizationListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
471public Response<AuthorizationListResult> ListNextPage(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCircuitConnectionsOperations.cs (6)
48public virtual async Task<Response<ExpressRouteCircuitConnection>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
69public virtual Response<ExpressRouteCircuitConnection> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListAsync(resourceGroupName, circuitName, peeringName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, circuitName, peeringName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.List(resourceGroupName, circuitName, peeringName, cancellationToken);
180var response = RestClient.ListNextPage(nextLink, resourceGroupName, circuitName, peeringName, cancellationToken);
Generated\ExpressRouteCircuitConnectionsRestOperations.cs (6)
177public async Task<Response<ExpressRouteCircuitConnection>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
219public Response<ExpressRouteCircuitConnection> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
395public async Task<Response<ExpressRouteCircuitConnectionListResult>> ListAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
432public Response<ExpressRouteCircuitConnectionListResult> List(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
483public async Task<Response<ExpressRouteCircuitConnectionListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
525public Response<ExpressRouteCircuitConnectionListResult> ListNextPage(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCircuitPeeringsOperations.cs (6)
47public virtual async Task<Response<ExpressRouteCircuitPeering>> GetAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
67public virtual Response<ExpressRouteCircuitPeering> Get(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, circuitName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, circuitName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, circuitName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, circuitName, cancellationToken);
Generated\ExpressRouteCircuitPeeringsRestOperations.cs (6)
162public async Task<Response<ExpressRouteCircuitPeering>> GetAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
199public Response<ExpressRouteCircuitPeering> Get(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
356public async Task<Response<ExpressRouteCircuitPeeringListResult>> ListAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
388public Response<ExpressRouteCircuitPeeringListResult> List(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
434public async Task<Response<ExpressRouteCircuitPeeringListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
471public Response<ExpressRouteCircuitPeeringListResult> ListNextPage(string nextLink, string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCircuitsOperations.cs (16)
46public virtual async Task<Response<ExpressRouteCircuit>> GetAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
65public virtual Response<ExpressRouteCircuit> Get(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<ExpressRouteCircuit>> UpdateTagsAsync(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<ExpressRouteCircuit> UpdateTags(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
124public virtual async Task<Response<ExpressRouteCircuitStats>> GetStatsAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
143public virtual Response<ExpressRouteCircuitStats> GetStats(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
163public virtual async Task<Response<ExpressRouteCircuitStats>> GetPeeringStatsAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
183public virtual Response<ExpressRouteCircuitStats> GetPeeringStats(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
215var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
230var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
259var response = RestClient.List(resourceGroupName, cancellationToken);
274var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
296var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
311var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
333var response = RestClient.ListAll(cancellationToken);
348var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
Generated\ExpressRouteCircuitsRestOperations.cs (16)
147public async Task<Response<ExpressRouteCircuit>> GetAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
179public Response<ExpressRouteCircuit> Get(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
324public async Task<Response<ExpressRouteCircuit>> UpdateTagsAsync(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<ExpressRouteCircuit> UpdateTags(string resourceGroupName, string circuitName, TagsObject parameters, CancellationToken cancellationToken = default)
714public async Task<Response<ExpressRouteCircuitStats>> GetStatsAsync(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
746public Response<ExpressRouteCircuitStats> GetStats(string resourceGroupName, string circuitName, CancellationToken cancellationToken = default)
801public async Task<Response<ExpressRouteCircuitStats>> GetPeeringStatsAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
838public Response<ExpressRouteCircuitStats> GetPeeringStats(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
891public async Task<Response<ExpressRouteCircuitListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
918public Response<ExpressRouteCircuitListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
959public async Task<Response<ExpressRouteCircuitListResult>> ListAllAsync(CancellationToken cancellationToken = default)
979public Response<ExpressRouteCircuitListResult> ListAll(CancellationToken cancellationToken = default)
1015public async Task<Response<ExpressRouteCircuitListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1047public Response<ExpressRouteCircuitListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1091public async Task<Response<ExpressRouteCircuitListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1118public Response<ExpressRouteCircuitListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ExpressRouteConnectionsOperations.cs (4)
46public virtual async Task<Response<ExpressRouteConnection>> GetAsync(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
66public virtual Response<ExpressRouteConnection> Get(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<ExpressRouteConnectionList>> ListAsync(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
104public virtual Response<ExpressRouteConnectionList> List(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
Generated\ExpressRouteConnectionsRestOperations.cs (4)
174public async Task<Response<ExpressRouteConnection>> GetAsync(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
211public Response<ExpressRouteConnection> Get(string resourceGroupName, string expressRouteGatewayName, string connectionName, CancellationToken cancellationToken = default)
356public async Task<Response<ExpressRouteConnectionList>> ListAsync(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
388public Response<ExpressRouteConnectionList> List(string resourceGroupName, string expressRouteGatewayName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCrossConnectionPeeringsOperations.cs (6)
47public virtual async Task<Response<ExpressRouteCrossConnectionPeering>> GetAsync(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
67public virtual Response<ExpressRouteCrossConnectionPeering> Get(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, crossConnectionName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, crossConnectionName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, crossConnectionName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, crossConnectionName, cancellationToken);
Generated\ExpressRouteCrossConnectionPeeringsRestOperations.cs (6)
71public async Task<Response<ExpressRouteCrossConnectionPeeringList>> ListAsync(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
103public Response<ExpressRouteCrossConnectionPeeringList> List(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
246public async Task<Response<ExpressRouteCrossConnectionPeering>> GetAsync(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
283public Response<ExpressRouteCrossConnectionPeering> Get(string resourceGroupName, string crossConnectionName, string peeringName, CancellationToken cancellationToken = default)
434public async Task<Response<ExpressRouteCrossConnectionPeeringList>> ListNextPageAsync(string nextLink, string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
471public Response<ExpressRouteCrossConnectionPeeringList> ListNextPage(string nextLink, string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
Generated\ExpressRouteCrossConnectionsOperations.cs (12)
46public virtual async Task<Response<ExpressRouteCrossConnection>> GetAsync(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
65public virtual Response<ExpressRouteCrossConnection> Get(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<ExpressRouteCrossConnection>> UpdateTagsAsync(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
105public virtual Response<ExpressRouteCrossConnection> UpdateTags(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
130var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
167var response = RestClient.List(cancellationToken);
182var response = RestClient.ListNextPage(nextLink, cancellationToken);
211var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
226var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
255var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
270var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\ExpressRouteCrossConnectionsRestOperations.cs (12)
64public async Task<Response<ExpressRouteCrossConnectionListResult>> ListAsync(CancellationToken cancellationToken = default)
84public Response<ExpressRouteCrossConnectionListResult> List(CancellationToken cancellationToken = default)
124public async Task<Response<ExpressRouteCrossConnectionListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
151public Response<ExpressRouteCrossConnectionListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
198public async Task<Response<ExpressRouteCrossConnection>> GetAsync(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
230public Response<ExpressRouteCrossConnection> Get(string resourceGroupName, string crossConnectionName, CancellationToken cancellationToken = default)
373public async Task<Response<ExpressRouteCrossConnection>> UpdateTagsAsync(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
410public Response<ExpressRouteCrossConnection> UpdateTags(string resourceGroupName, string crossConnectionName, TagsObject crossConnectionParameters, CancellationToken cancellationToken = default)
755public async Task<Response<ExpressRouteCrossConnectionListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
782public Response<ExpressRouteCrossConnectionListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
823public async Task<Response<ExpressRouteCrossConnectionListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
855public Response<ExpressRouteCrossConnectionListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\ExpressRouteLinksOperations.cs (6)
47public virtual async Task<Response<ExpressRouteLink>> GetAsync(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
67public virtual Response<ExpressRouteLink> Get(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, expressRoutePortName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, expressRoutePortName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, expressRoutePortName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, expressRoutePortName, cancellationToken);
Generated\ExpressRouteLinksRestOperations.cs (6)
73public async Task<Response<ExpressRouteLink>> GetAsync(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
110public Response<ExpressRouteLink> Get(string resourceGroupName, string expressRoutePortName, string linkName, CancellationToken cancellationToken = default)
166public async Task<Response<ExpressRouteLinkListResult>> ListAsync(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
198public Response<ExpressRouteLinkListResult> List(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
244public async Task<Response<ExpressRouteLinkListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
281public Response<ExpressRouteLinkListResult> ListNextPage(string nextLink, string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
Generated\ExpressRoutePortsOperations.cs (12)
46public virtual async Task<Response<ExpressRoutePort>> GetAsync(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
65public virtual Response<ExpressRoutePort> Get(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<ExpressRoutePort>> UpdateTagsAsync(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<ExpressRoutePort> UpdateTags(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\ExpressRoutePortsRestOperations.cs (12)
147public async Task<Response<ExpressRoutePort>> GetAsync(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
179public Response<ExpressRoutePort> Get(string resourceGroupName, string expressRoutePortName, CancellationToken cancellationToken = default)
324public async Task<Response<ExpressRoutePort>> UpdateTagsAsync(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<ExpressRoutePort> UpdateTags(string resourceGroupName, string expressRoutePortName, TagsObject parameters, CancellationToken cancellationToken = default)
414public async Task<Response<ExpressRoutePortListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ExpressRoutePortListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ExpressRoutePortListResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ExpressRoutePortListResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<ExpressRoutePortListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<ExpressRoutePortListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<ExpressRoutePortListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<ExpressRoutePortListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\FirewallPoliciesOperations.cs (10)
47public virtual async Task<Response<FirewallPolicy>> GetAsync(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<FirewallPolicy> Get(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
99var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
114var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
143var response = RestClient.List(resourceGroupName, cancellationToken);
158var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
180var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
195var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
217var response = RestClient.ListAll(cancellationToken);
232var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
Generated\FirewallPoliciesRestOperations.cs (10)
152public async Task<Response<FirewallPolicy>> GetAsync(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
185public Response<FirewallPolicy> Get(string resourceGroupName, string firewallPolicyName, string expand = null, CancellationToken cancellationToken = default)
323public async Task<Response<FirewallPolicyListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
350public Response<FirewallPolicyListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
391public async Task<Response<FirewallPolicyListResult>> ListAllAsync(CancellationToken cancellationToken = default)
411public Response<FirewallPolicyListResult> ListAll(CancellationToken cancellationToken = default)
447public async Task<Response<FirewallPolicyListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
479public Response<FirewallPolicyListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
523public async Task<Response<FirewallPolicyListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
550public Response<FirewallPolicyListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\FirewallPolicyRuleGroupsOperations.cs (6)
47public virtual async Task<Response<FirewallPolicyRuleGroup>> GetAsync(string resourceGroupName, string firewallPolicyName, string ruleGroupName, CancellationToken cancellationToken = default)
67public virtual Response<FirewallPolicyRuleGroup> Get(string resourceGroupName, string firewallPolicyName, string ruleGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, firewallPolicyName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, firewallPolicyName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, firewallPolicyName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, firewallPolicyName, cancellationToken);
Generated\FirewallPolicyRuleGroupsRestOperations.cs (6)
162public async Task<Response<FirewallPolicyRuleGroup>> GetAsync(string resourceGroupName, string firewallPolicyName, string ruleGroupName, CancellationToken cancellationToken = default)
199public Response<FirewallPolicyRuleGroup> Get(string resourceGroupName, string firewallPolicyName, string ruleGroupName, CancellationToken cancellationToken = default)
356public async Task<Response<FirewallPolicyRuleGroupListResult>> ListAsync(string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
388public Response<FirewallPolicyRuleGroupListResult> List(string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
434public async Task<Response<FirewallPolicyRuleGroupListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
471public Response<FirewallPolicyRuleGroupListResult> ListNextPage(string nextLink, string resourceGroupName, string firewallPolicyName, CancellationToken cancellationToken = default)
Generated\FlowLogsOperations.cs (6)
47public virtual async Task<Response<FlowLog>> GetAsync(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
67public virtual Response<FlowLog> Get(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkWatcherName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkWatcherName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, networkWatcherName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkWatcherName, cancellationToken);
Generated\FlowLogsRestOperations.cs (6)
174public async Task<Response<FlowLog>> GetAsync(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
211public Response<FlowLog> Get(string resourceGroupName, string networkWatcherName, string flowLogName, CancellationToken cancellationToken = default)
354public async Task<Response<FlowLogListResult>> ListAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
386public Response<FlowLogListResult> List(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
432public async Task<Response<FlowLogListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
469public Response<FlowLogListResult> ListNextPage(string nextLink, string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\HubRouteTablesOperations.cs (6)
47public virtual async Task<Response<HubRouteTable>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
67public virtual Response<HubRouteTable> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, virtualHubName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualHubName, cancellationToken);
Generated\HubRouteTablesRestOperations.cs (6)
174public async Task<Response<HubRouteTable>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
211public Response<HubRouteTable> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
356public async Task<Response<ListHubRouteTablesResult>> ListAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
388public Response<ListHubRouteTablesResult> List(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
434public async Task<Response<ListHubRouteTablesResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
471public Response<ListHubRouteTablesResult> ListNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\HubVirtualNetworkConnectionsOperations.cs (6)
47public virtual async Task<Response<HubVirtualNetworkConnection>> GetAsync(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
67public virtual Response<HubVirtualNetworkConnection> Get(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, virtualHubName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualHubName, cancellationToken);
Generated\HubVirtualNetworkConnectionsRestOperations.cs (6)
73public async Task<Response<HubVirtualNetworkConnection>> GetAsync(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
110public Response<HubVirtualNetworkConnection> Get(string resourceGroupName, string virtualHubName, string connectionName, CancellationToken cancellationToken = default)
166public async Task<Response<ListHubVirtualNetworkConnectionsResult>> ListAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
198public Response<ListHubVirtualNetworkConnectionsResult> List(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
244public async Task<Response<ListHubVirtualNetworkConnectionsResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
281public Response<ListHubVirtualNetworkConnectionsResult> ListNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\InboundNatRulesOperations.cs (6)
48public virtual async Task<Response<InboundNatRule>> GetAsync(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
69public virtual Response<InboundNatRule> Get(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
106var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
121var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
155var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
170var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\InboundNatRulesRestOperations.cs (6)
71public async Task<Response<InboundNatRuleListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<InboundNatRuleListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
251public async Task<Response<InboundNatRule>> GetAsync(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
289public Response<InboundNatRule> Get(string resourceGroupName, string loadBalancerName, string inboundNatRuleName, string expand = null, CancellationToken cancellationToken = default)
440public async Task<Response<InboundNatRuleListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
477public Response<InboundNatRuleListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\IpAllocationsOperations.cs (12)
47public virtual async Task<Response<IpAllocation>> GetAsync(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<IpAllocation> Get(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<IpAllocation>> UpdateTagsAsync(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<IpAllocation> UpdateTags(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.List(cancellationToken);
184var response = RestClient.ListNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
272var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\IpAllocationsRestOperations.cs (12)
152public async Task<Response<IpAllocation>> GetAsync(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
185public Response<IpAllocation> Get(string resourceGroupName, string ipAllocationName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<IpAllocation>> UpdateTagsAsync(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<IpAllocation> UpdateTags(string resourceGroupName, string ipAllocationName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<IpAllocationListResult>> ListAsync(CancellationToken cancellationToken = default)
436public Response<IpAllocationListResult> List(CancellationToken cancellationToken = default)
476public async Task<Response<IpAllocationListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<IpAllocationListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
543public async Task<Response<IpAllocationListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
570public Response<IpAllocationListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
611public async Task<Response<IpAllocationListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
643public Response<IpAllocationListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\IpGroupsOperations.cs (12)
47public virtual async Task<Response<IpGroup>> GetAsync(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<IpGroup> Get(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<IpGroup>> UpdateGroupsAsync(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<IpGroup> UpdateGroups(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
139var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
154var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
183var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
198var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
220var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
235var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(cancellationToken);
272var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\IpGroupsRestOperations.cs (12)
75public async Task<Response<IpGroup>> GetAsync(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
108public Response<IpGroup> Get(string resourceGroupName, string ipGroupsName, string expand = null, CancellationToken cancellationToken = default)
253public async Task<Response<IpGroup>> UpdateGroupsAsync(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
290public Response<IpGroup> UpdateGroups(string resourceGroupName, string ipGroupsName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<IpGroupListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
447public Response<IpGroupListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
488public async Task<Response<IpGroupListResult>> ListAsync(CancellationToken cancellationToken = default)
508public Response<IpGroupListResult> List(CancellationToken cancellationToken = default)
544public async Task<Response<IpGroupListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
576public Response<IpGroupListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
620public async Task<Response<IpGroupListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
647public Response<IpGroupListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\LoadBalancerBackendAddressPoolsOperations.cs (6)
47public virtual async Task<Response<BackendAddressPool>> GetAsync(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
67public virtual Response<BackendAddressPool> Get(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerBackendAddressPoolsRestOperations.cs (6)
71public async Task<Response<LoadBalancerBackendAddressPoolListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<LoadBalancerBackendAddressPoolListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
157public async Task<Response<BackendAddressPool>> GetAsync(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
194public Response<BackendAddressPool> Get(string resourceGroupName, string loadBalancerName, string backendAddressPoolName, CancellationToken cancellationToken = default)
434public async Task<Response<LoadBalancerBackendAddressPoolListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
471public Response<LoadBalancerBackendAddressPoolListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancerFrontendIPConfigurationsOperations.cs (6)
47public virtual async Task<Response<FrontendIPConfiguration>> GetAsync(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
67public virtual Response<FrontendIPConfiguration> Get(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerFrontendIPConfigurationsRestOperations.cs (6)
71public async Task<Response<LoadBalancerFrontendIPConfigurationListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<LoadBalancerFrontendIPConfigurationListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
157public async Task<Response<FrontendIPConfiguration>> GetAsync(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
194public Response<FrontendIPConfiguration> Get(string resourceGroupName, string loadBalancerName, string frontendIPConfigurationName, CancellationToken cancellationToken = default)
244public async Task<Response<LoadBalancerFrontendIPConfigurationListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
281public Response<LoadBalancerFrontendIPConfigurationListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancerLoadBalancingRulesOperations.cs (6)
47public virtual async Task<Response<LoadBalancingRule>> GetAsync(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
67public virtual Response<LoadBalancingRule> Get(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerLoadBalancingRulesRestOperations.cs (6)
71public async Task<Response<LoadBalancerLoadBalancingRuleListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<LoadBalancerLoadBalancingRuleListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
157public async Task<Response<LoadBalancingRule>> GetAsync(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
194public Response<LoadBalancingRule> Get(string resourceGroupName, string loadBalancerName, string loadBalancingRuleName, CancellationToken cancellationToken = default)
244public async Task<Response<LoadBalancerLoadBalancingRuleListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
281public Response<LoadBalancerLoadBalancingRuleListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancerNetworkInterfacesOperations.cs (4)
64var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
79var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
113var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
128var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerNetworkInterfacesRestOperations.cs (4)
71public async Task<Response<NetworkInterfaceListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<NetworkInterfaceListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
149public async Task<Response<NetworkInterfaceListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
186public Response<NetworkInterfaceListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancerOutboundRulesOperations.cs (6)
47public virtual async Task<Response<OutboundRule>> GetAsync(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
67public virtual Response<OutboundRule> Get(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerOutboundRulesRestOperations.cs (6)
71public async Task<Response<LoadBalancerOutboundRuleListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<LoadBalancerOutboundRuleListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
157public async Task<Response<OutboundRule>> GetAsync(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
194public Response<OutboundRule> Get(string resourceGroupName, string loadBalancerName, string outboundRuleName, CancellationToken cancellationToken = default)
244public async Task<Response<LoadBalancerOutboundRuleListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
281public Response<LoadBalancerOutboundRuleListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancerProbesOperations.cs (6)
47public virtual async Task<Response<Probe>> GetAsync(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
67public virtual Response<Probe> Get(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, loadBalancerName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, loadBalancerName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, loadBalancerName, cancellationToken);
Generated\LoadBalancerProbesRestOperations.cs (6)
71public async Task<Response<LoadBalancerProbeListResult>> ListAsync(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
103public Response<LoadBalancerProbeListResult> List(string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
157public async Task<Response<Probe>> GetAsync(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
194public Response<Probe> Get(string resourceGroupName, string loadBalancerName, string probeName, CancellationToken cancellationToken = default)
244public async Task<Response<LoadBalancerProbeListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
281public Response<LoadBalancerProbeListResult> ListNextPage(string nextLink, string resourceGroupName, string loadBalancerName, CancellationToken cancellationToken = default)
Generated\LoadBalancersOperations.cs (12)
47public virtual async Task<Response<LoadBalancer>> GetAsync(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<LoadBalancer> Get(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<LoadBalancer>> UpdateTagsAsync(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<LoadBalancer> UpdateTags(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.ListAll(cancellationToken);
184var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(resourceGroupName, cancellationToken);
272var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\LoadBalancersRestOperations.cs (12)
152public async Task<Response<LoadBalancer>> GetAsync(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
185public Response<LoadBalancer> Get(string resourceGroupName, string loadBalancerName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<LoadBalancer>> UpdateTagsAsync(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<LoadBalancer> UpdateTags(string resourceGroupName, string loadBalancerName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<LoadBalancerListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<LoadBalancerListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<LoadBalancerListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<LoadBalancerListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
543public async Task<Response<LoadBalancerListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
570public Response<LoadBalancerListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
611public async Task<Response<LoadBalancerListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
643public Response<LoadBalancerListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\LocalNetworkGatewaysOperations.cs (8)
46public virtual async Task<Response<LocalNetworkGateway>> GetAsync(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
65public virtual Response<LocalNetworkGateway> Get(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<LocalNetworkGateway>> UpdateTagsAsync(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<LocalNetworkGateway> UpdateTags(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.List(resourceGroupName, cancellationToken);
196var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\LocalNetworkGatewaysRestOperations.cs (8)
159public async Task<Response<LocalNetworkGateway>> GetAsync(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
191public Response<LocalNetworkGateway> Get(string resourceGroupName, string localNetworkGatewayName, CancellationToken cancellationToken = default)
324public async Task<Response<LocalNetworkGateway>> UpdateTagsAsync(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<LocalNetworkGateway> UpdateTags(string resourceGroupName, string localNetworkGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
414public async Task<Response<LocalNetworkGatewayListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<LocalNetworkGatewayListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<LocalNetworkGatewayListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
514public Response<LocalNetworkGatewayListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\NatGatewaysOperations.cs (12)
47public virtual async Task<Response<NatGateway>> GetAsync(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<NatGateway> Get(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NatGateway>> UpdateTagsAsync(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<NatGateway> UpdateTags(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.ListAll(cancellationToken);
184var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(resourceGroupName, cancellationToken);
272var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\NatGatewaysRestOperations.cs (12)
152public async Task<Response<NatGateway>> GetAsync(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
185public Response<NatGateway> Get(string resourceGroupName, string natGatewayName, string expand = null, CancellationToken cancellationToken = default)
332public async Task<Response<NatGateway>> UpdateTagsAsync(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
369public Response<NatGateway> UpdateTags(string resourceGroupName, string natGatewayName, TagsObject parameters, CancellationToken cancellationToken = default)
418public async Task<Response<NatGatewayListResult>> ListAllAsync(CancellationToken cancellationToken = default)
438public Response<NatGatewayListResult> ListAll(CancellationToken cancellationToken = default)
478public async Task<Response<NatGatewayListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
505public Response<NatGatewayListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
545public async Task<Response<NatGatewayListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
572public Response<NatGatewayListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
613public async Task<Response<NatGatewayListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
645public Response<NatGatewayListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\NetworkInterfaceIPConfigurationsOperations.cs (6)
47public virtual async Task<Response<NetworkInterfaceIPConfiguration>> GetAsync(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
67public virtual Response<NetworkInterfaceIPConfiguration> Get(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, networkInterfaceName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkInterfaceName, cancellationToken);
Generated\NetworkInterfaceIPConfigurationsRestOperations.cs (6)
71public async Task<Response<NetworkInterfaceIPConfigurationListResult>> ListAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
103public Response<NetworkInterfaceIPConfigurationListResult> List(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
157public async Task<Response<NetworkInterfaceIPConfiguration>> GetAsync(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
194public Response<NetworkInterfaceIPConfiguration> Get(string resourceGroupName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
244public async Task<Response<NetworkInterfaceIPConfigurationListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
281public Response<NetworkInterfaceIPConfigurationListResult> ListNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\NetworkInterfaceLoadBalancersOperations.cs (4)
64var response = await RestClient.ListAsync(resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
79var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
113var response = RestClient.List(resourceGroupName, networkInterfaceName, cancellationToken);
128var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkInterfaceName, cancellationToken);
Generated\NetworkInterfaceLoadBalancersRestOperations.cs (4)
71public async Task<Response<NetworkInterfaceLoadBalancerListResult>> ListAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
103public Response<NetworkInterfaceLoadBalancerListResult> List(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
149public async Task<Response<NetworkInterfaceLoadBalancerListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
186public Response<NetworkInterfaceLoadBalancerListResult> ListNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\NetworkInterfacesOperations.cs (28)
47public virtual async Task<Response<NetworkInterface>> GetAsync(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<NetworkInterface> Get(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NetworkInterface>> UpdateTagsAsync(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<NetworkInterface> UpdateTags(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
129public virtual async Task<Response<NetworkInterface>> GetVirtualMachineScaleSetNetworkInterfaceAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
151public virtual Response<NetworkInterface> GetVirtualMachineScaleSetNetworkInterface(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
174public virtual async Task<Response<NetworkInterfaceIPConfiguration>> GetVirtualMachineScaleSetIpConfigurationAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string expand = null, CancellationToken cancellationToken = default)
197public virtual Response<NetworkInterfaceIPConfiguration> GetVirtualMachineScaleSetIpConfiguration(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string expand = null, CancellationToken cancellationToken = default)
222var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
237var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
259var response = RestClient.ListAll(cancellationToken);
274var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
303var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
318var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
347var response = RestClient.List(resourceGroupName, cancellationToken);
362var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
401var response = await RestClient.ListVirtualMachineScaleSetVMNetworkInterfacesAsync(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, cancellationToken).ConfigureAwait(false);
416var response = await RestClient.ListVirtualMachineScaleSetVMNetworkInterfacesNextPageAsync(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, cancellationToken).ConfigureAwait(false);
455var response = RestClient.ListVirtualMachineScaleSetVMNetworkInterfaces(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, cancellationToken);
470var response = RestClient.ListVirtualMachineScaleSetVMNetworkInterfacesNextPage(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, cancellationToken);
504var response = await RestClient.ListVirtualMachineScaleSetNetworkInterfacesAsync(resourceGroupName, virtualMachineScaleSetName, cancellationToken).ConfigureAwait(false);
519var response = await RestClient.ListVirtualMachineScaleSetNetworkInterfacesNextPageAsync(nextLink, resourceGroupName, virtualMachineScaleSetName, cancellationToken).ConfigureAwait(false);
553var response = RestClient.ListVirtualMachineScaleSetNetworkInterfaces(resourceGroupName, virtualMachineScaleSetName, cancellationToken);
568var response = RestClient.ListVirtualMachineScaleSetNetworkInterfacesNextPage(nextLink, resourceGroupName, virtualMachineScaleSetName, cancellationToken);
613var response = await RestClient.ListVirtualMachineScaleSetIpConfigurationsAsync(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, expand, cancellationToken).ConfigureAwait(false);
628var response = await RestClient.ListVirtualMachineScaleSetIpConfigurationsNextPageAsync(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, expand, cancellationToken).ConfigureAwait(false);
673var response = RestClient.ListVirtualMachineScaleSetIpConfigurations(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, expand, cancellationToken);
688var response = RestClient.ListVirtualMachineScaleSetIpConfigurationsNextPage(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, expand, cancellationToken);
Generated\NetworkInterfacesRestOperations.cs (28)
152public async Task<Response<NetworkInterface>> GetAsync(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
185public Response<NetworkInterface> Get(string resourceGroupName, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<NetworkInterface>> UpdateTagsAsync(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<NetworkInterface> UpdateTags(string resourceGroupName, string networkInterfaceName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<NetworkInterfaceListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<NetworkInterfaceListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<NetworkInterfaceListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<NetworkInterfaceListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
706public async Task<Response<NetworkInterfaceListResult>> ListVirtualMachineScaleSetVMNetworkInterfacesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, CancellationToken cancellationToken = default)
743public Response<NetworkInterfaceListResult> ListVirtualMachineScaleSetVMNetworkInterfaces(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, CancellationToken cancellationToken = default)
799public async Task<Response<NetworkInterfaceListResult>> ListVirtualMachineScaleSetNetworkInterfacesAsync(string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
831public Response<NetworkInterfaceListResult> ListVirtualMachineScaleSetNetworkInterfaces(string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
893public async Task<Response<NetworkInterface>> GetVirtualMachineScaleSetNetworkInterfaceAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
936public Response<NetworkInterface> GetVirtualMachineScaleSetNetworkInterface(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
1007public async Task<Response<NetworkInterfaceIPConfigurationListResult>> ListVirtualMachineScaleSetIpConfigurationsAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
1050public Response<NetworkInterfaceIPConfigurationListResult> ListVirtualMachineScaleSetIpConfigurations(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
1123public async Task<Response<NetworkInterfaceIPConfiguration>> GetVirtualMachineScaleSetIpConfigurationAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string expand = null, CancellationToken cancellationToken = default)
1171public Response<NetworkInterfaceIPConfiguration> GetVirtualMachineScaleSetIpConfiguration(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string expand = null, CancellationToken cancellationToken = default)
1227public async Task<Response<NetworkInterfaceListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1254public Response<NetworkInterfaceListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
1295public async Task<Response<NetworkInterfaceListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1327public Response<NetworkInterfaceListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1374public async Task<Response<NetworkInterfaceListResult>> ListVirtualMachineScaleSetVMNetworkInterfacesNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, CancellationToken cancellationToken = default)
1416public Response<NetworkInterfaceListResult> ListVirtualMachineScaleSetVMNetworkInterfacesNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, CancellationToken cancellationToken = default)
1470public async Task<Response<NetworkInterfaceListResult>> ListVirtualMachineScaleSetNetworkInterfacesNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
1507public Response<NetworkInterfaceListResult> ListVirtualMachineScaleSetNetworkInterfacesNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
1560public async Task<Response<NetworkInterfaceIPConfigurationListResult>> ListVirtualMachineScaleSetIpConfigurationsNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
1608public Response<NetworkInterfaceIPConfigurationListResult> ListVirtualMachineScaleSetIpConfigurationsNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = null, CancellationToken cancellationToken = default)
Generated\NetworkInterfaceTapConfigurationsOperations.cs (6)
47public virtual async Task<Response<NetworkInterfaceTapConfiguration>> GetAsync(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
67public virtual Response<NetworkInterfaceTapConfiguration> Get(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkInterfaceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, networkInterfaceName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkInterfaceName, cancellationToken);
Generated\NetworkInterfaceTapConfigurationsRestOperations.cs (6)
162public async Task<Response<NetworkInterfaceTapConfiguration>> GetAsync(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
199public Response<NetworkInterfaceTapConfiguration> Get(string resourceGroupName, string networkInterfaceName, string tapConfigurationName, CancellationToken cancellationToken = default)
356public async Task<Response<NetworkInterfaceTapConfigurationListResult>> ListAsync(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
388public Response<NetworkInterfaceTapConfigurationListResult> List(string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
434public async Task<Response<NetworkInterfaceTapConfigurationListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
471public Response<NetworkInterfaceTapConfigurationListResult> ListNextPage(string nextLink, string resourceGroupName, string networkInterfaceName, CancellationToken cancellationToken = default)
Generated\NetworkManagementOperations.cs (12)
46public virtual async Task<Response<DnsNameAvailabilityResult>> CheckDnsNameAvailabilityAsync(string location, string domainNameLabel, CancellationToken cancellationToken = default)
65public virtual Response<DnsNameAvailabilityResult> CheckDnsNameAvailability(string location, string domainNameLabel, CancellationToken cancellationToken = default)
84public virtual async Task<Response<VirtualWanSecurityProviders>> SupportedSecurityProvidersAsync(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
103public virtual Response<VirtualWanSecurityProviders> SupportedSecurityProviders(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
145var response = await RestClient.GetBastionShareableLinkAsync(resourceGroupName, bastionHostName, bslRequest, cancellationToken).ConfigureAwait(false);
160var response = await RestClient.GetBastionShareableLinkNextPageAsync(nextLink, resourceGroupName, bastionHostName, bslRequest, cancellationToken).ConfigureAwait(false);
199var response = RestClient.GetBastionShareableLink(resourceGroupName, bastionHostName, bslRequest, cancellationToken);
214var response = RestClient.GetBastionShareableLinkNextPage(nextLink, resourceGroupName, bastionHostName, bslRequest, cancellationToken);
253var response = await RestClient.DisconnectActiveSessionsAsync(resourceGroupName, bastionHostName, sessionIds, cancellationToken).ConfigureAwait(false);
268var response = await RestClient.DisconnectActiveSessionsNextPageAsync(nextLink, resourceGroupName, bastionHostName, sessionIds, cancellationToken).ConfigureAwait(false);
307var response = RestClient.DisconnectActiveSessions(resourceGroupName, bastionHostName, sessionIds, cancellationToken);
322var response = RestClient.DisconnectActiveSessionsNextPage(nextLink, resourceGroupName, bastionHostName, sessionIds, cancellationToken);
Generated\NetworkManagementRestOperations.cs (12)
256public async Task<Response<BastionShareableLinkListResult>> GetBastionShareableLinkAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default)
293public Response<BastionShareableLinkListResult> GetBastionShareableLink(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default)
430public async Task<Response<BastionSessionDeleteResult>> DisconnectActiveSessionsAsync(string resourceGroupName, string bastionHostName, SessionIds sessionIds, CancellationToken cancellationToken = default)
467public Response<BastionSessionDeleteResult> DisconnectActiveSessions(string resourceGroupName, string bastionHostName, SessionIds sessionIds, CancellationToken cancellationToken = default)
522public async Task<Response<DnsNameAvailabilityResult>> CheckDnsNameAvailabilityAsync(string location, string domainNameLabel, CancellationToken cancellationToken = default)
554public Response<DnsNameAvailabilityResult> CheckDnsNameAvailability(string location, string domainNameLabel, CancellationToken cancellationToken = default)
606public async Task<Response<VirtualWanSecurityProviders>> SupportedSecurityProvidersAsync(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
638public Response<VirtualWanSecurityProviders> SupportedSecurityProviders(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
862public async Task<Response<BastionShareableLinkListResult>> GetBastionShareableLinkNextPageAsync(string nextLink, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default)
904public Response<BastionShareableLinkListResult> GetBastionShareableLinkNextPage(string nextLink, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default)
1036public async Task<Response<BastionSessionDeleteResult>> DisconnectActiveSessionsNextPageAsync(string nextLink, string resourceGroupName, string bastionHostName, SessionIds sessionIds, CancellationToken cancellationToken = default)
1078public Response<BastionSessionDeleteResult> DisconnectActiveSessionsNextPage(string nextLink, string resourceGroupName, string bastionHostName, SessionIds sessionIds, CancellationToken cancellationToken = default)
Generated\NetworkProfilesOperations.cs (14)
47public virtual async Task<Response<NetworkProfile>> GetAsync(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<NetworkProfile> Get(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NetworkProfile>> CreateOrUpdateAsync(string resourceGroupName, string networkProfileName, NetworkProfile parameters, CancellationToken cancellationToken = default)
107public virtual Response<NetworkProfile> CreateOrUpdate(string resourceGroupName, string networkProfileName, NetworkProfile parameters, CancellationToken cancellationToken = default)
127public virtual async Task<Response<NetworkProfile>> UpdateTagsAsync(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
147public virtual Response<NetworkProfile> UpdateTags(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
172var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
187var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
209var response = RestClient.ListAll(cancellationToken);
224var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
253var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
268var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
297var response = RestClient.List(resourceGroupName, cancellationToken);
312var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\NetworkProfilesRestOperations.cs (14)
152public async Task<Response<NetworkProfile>> GetAsync(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
185public Response<NetworkProfile> Get(string resourceGroupName, string networkProfileName, string expand = null, CancellationToken cancellationToken = default)
241public async Task<Response<NetworkProfile>> CreateOrUpdateAsync(string resourceGroupName, string networkProfileName, NetworkProfile parameters, CancellationToken cancellationToken = default)
279public Response<NetworkProfile> CreateOrUpdate(string resourceGroupName, string networkProfileName, NetworkProfile parameters, CancellationToken cancellationToken = default)
340public async Task<Response<NetworkProfile>> UpdateTagsAsync(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
377public Response<NetworkProfile> UpdateTags(string resourceGroupName, string networkProfileName, TagsObject parameters, CancellationToken cancellationToken = default)
426public async Task<Response<NetworkProfileListResult>> ListAllAsync(CancellationToken cancellationToken = default)
446public Response<NetworkProfileListResult> ListAll(CancellationToken cancellationToken = default)
486public async Task<Response<NetworkProfileListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
513public Response<NetworkProfileListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
553public async Task<Response<NetworkProfileListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
580public Response<NetworkProfileListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
621public async Task<Response<NetworkProfileListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
653public Response<NetworkProfileListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\NetworkSecurityGroupsOperations.cs (12)
47public virtual async Task<Response<NetworkSecurityGroup>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<NetworkSecurityGroup> Get(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NetworkSecurityGroup>> UpdateTagsAsync(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<NetworkSecurityGroup> UpdateTags(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.ListAll(cancellationToken);
184var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(resourceGroupName, cancellationToken);
272var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\NetworkSecurityGroupsRestOperations.cs (12)
152public async Task<Response<NetworkSecurityGroup>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
185public Response<NetworkSecurityGroup> Get(string resourceGroupName, string networkSecurityGroupName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<NetworkSecurityGroup>> UpdateTagsAsync(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<NetworkSecurityGroup> UpdateTags(string resourceGroupName, string networkSecurityGroupName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<NetworkSecurityGroupListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<NetworkSecurityGroupListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<NetworkSecurityGroupListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<NetworkSecurityGroupListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
543public async Task<Response<NetworkSecurityGroupListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
570public Response<NetworkSecurityGroupListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
611public async Task<Response<NetworkSecurityGroupListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
643public Response<NetworkSecurityGroupListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\NetworkVirtualAppliancesOperations.cs (12)
47public virtual async Task<Response<NetworkVirtualAppliance>> GetAsync(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<NetworkVirtualAppliance> Get(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<NetworkVirtualAppliance>> UpdateTagsAsync(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<NetworkVirtualAppliance> UpdateTags(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
139var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
154var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
183var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
198var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
220var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
235var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(cancellationToken);
272var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\NetworkVirtualAppliancesRestOperations.cs (12)
152public async Task<Response<NetworkVirtualAppliance>> GetAsync(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
185public Response<NetworkVirtualAppliance> Get(string resourceGroupName, string networkVirtualApplianceName, string expand = null, CancellationToken cancellationToken = default)
241public async Task<Response<NetworkVirtualAppliance>> UpdateTagsAsync(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
278public Response<NetworkVirtualAppliance> UpdateTags(string resourceGroupName, string networkVirtualApplianceName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<NetworkVirtualApplianceListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
447public Response<NetworkVirtualApplianceListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
488public async Task<Response<NetworkVirtualApplianceListResult>> ListAsync(CancellationToken cancellationToken = default)
508public Response<NetworkVirtualApplianceListResult> List(CancellationToken cancellationToken = default)
544public async Task<Response<NetworkVirtualApplianceListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
576public Response<NetworkVirtualApplianceListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
620public async Task<Response<NetworkVirtualApplianceListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
647public Response<NetworkVirtualApplianceListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\NetworkWatchersOperations.cs (12)
47public virtual async Task<Response<NetworkWatcher>> CreateOrUpdateAsync(string resourceGroupName, string networkWatcherName, NetworkWatcher parameters, CancellationToken cancellationToken = default)
67public virtual Response<NetworkWatcher> CreateOrUpdate(string resourceGroupName, string networkWatcherName, NetworkWatcher parameters, CancellationToken cancellationToken = default)
86public virtual async Task<Response<NetworkWatcher>> GetAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
105public virtual Response<NetworkWatcher> Get(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
125public virtual async Task<Response<NetworkWatcher>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
145public virtual Response<NetworkWatcher> UpdateTags(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
165public virtual async Task<Response<Topology>> GetTopologyAsync(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
185public virtual Response<Topology> GetTopology(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
217var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
246var response = RestClient.List(resourceGroupName, cancellationToken);
268var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
290var response = RestClient.ListAll(cancellationToken);
Generated\NetworkWatchersRestOperations.cs (12)
75public async Task<Response<NetworkWatcher>> CreateOrUpdateAsync(string resourceGroupName, string networkWatcherName, NetworkWatcher parameters, CancellationToken cancellationToken = default)
113public Response<NetworkWatcher> CreateOrUpdate(string resourceGroupName, string networkWatcherName, NetworkWatcher parameters, CancellationToken cancellationToken = default)
169public async Task<Response<NetworkWatcher>> GetAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
201public Response<NetworkWatcher> Get(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
332public async Task<Response<NetworkWatcher>> UpdateTagsAsync(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
369public Response<NetworkWatcher> UpdateTags(string resourceGroupName, string networkWatcherName, TagsObject parameters, CancellationToken cancellationToken = default)
422public async Task<Response<NetworkWatcherListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
449public Response<NetworkWatcherListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
490public async Task<Response<NetworkWatcherListResult>> ListAllAsync(CancellationToken cancellationToken = default)
510public Response<NetworkWatcherListResult> ListAll(CancellationToken cancellationToken = default)
558public async Task<Response<Topology>> GetTopologyAsync(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
595public Response<Topology> GetTopology(string resourceGroupName, string networkWatcherName, TopologyParameters parameters, CancellationToken cancellationToken = default)
Generated\P2SVpnGatewaysOperations.cs (12)
46public virtual async Task<Response<P2SVpnGateway>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
65public virtual Response<P2SVpnGateway> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<P2SVpnGateway>> UpdateTagsAsync(string resourceGroupName, string gatewayName, TagsObject p2SVpnGatewayParameters, CancellationToken cancellationToken = default)
105public virtual Response<P2SVpnGateway> UpdateTags(string resourceGroupName, string gatewayName, TagsObject p2SVpnGatewayParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\P2SVpnGatewaysRestOperations.cs (12)
70public async Task<Response<P2SVpnGateway>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
102public Response<P2SVpnGateway> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
247public async Task<Response<P2SVpnGateway>> UpdateTagsAsync(string resourceGroupName, string gatewayName, TagsObject p2SVpnGatewayParameters, CancellationToken cancellationToken = default)
284public Response<P2SVpnGateway> UpdateTags(string resourceGroupName, string gatewayName, TagsObject p2SVpnGatewayParameters, CancellationToken cancellationToken = default)
414public async Task<Response<ListP2SVpnGatewaysResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ListP2SVpnGatewaysResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ListP2SVpnGatewaysResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ListP2SVpnGatewaysResult> List(CancellationToken cancellationToken = default)
884public async Task<Response<ListP2SVpnGatewaysResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
916public Response<ListP2SVpnGatewaysResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
960public async Task<Response<ListP2SVpnGatewaysResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
987public Response<ListP2SVpnGatewaysResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\PacketCapturesOperations.cs (4)
47public virtual async Task<Response<PacketCaptureResult>> GetAsync(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
67public virtual Response<PacketCaptureResult> Get(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkWatcherName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.List(resourceGroupName, networkWatcherName, cancellationToken);
Generated\PacketCapturesRestOperations.cs (4)
172public async Task<Response<PacketCaptureResult>> GetAsync(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
209public Response<PacketCaptureResult> Get(string resourceGroupName, string networkWatcherName, string packetCaptureName, CancellationToken cancellationToken = default)
528public async Task<Response<PacketCaptureListResult>> ListAsync(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
560public Response<PacketCaptureListResult> List(string resourceGroupName, string networkWatcherName, CancellationToken cancellationToken = default)
Generated\PeerExpressRouteCircuitConnectionsOperations.cs (6)
48public virtual async Task<Response<PeerExpressRouteCircuitConnection>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
69public virtual Response<PeerExpressRouteCircuitConnection> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListAsync(resourceGroupName, circuitName, peeringName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, circuitName, peeringName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.List(resourceGroupName, circuitName, peeringName, cancellationToken);
180var response = RestClient.ListNextPage(nextLink, resourceGroupName, circuitName, peeringName, cancellationToken);
Generated\PeerExpressRouteCircuitConnectionsRestOperations.cs (6)
76public async Task<Response<PeerExpressRouteCircuitConnection>> GetAsync(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
118public Response<PeerExpressRouteCircuitConnection> Get(string resourceGroupName, string circuitName, string peeringName, string connectionName, CancellationToken cancellationToken = default)
181public async Task<Response<PeerExpressRouteCircuitConnectionListResult>> ListAsync(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
218public Response<PeerExpressRouteCircuitConnectionListResult> List(string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
269public async Task<Response<PeerExpressRouteCircuitConnectionListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
311public Response<PeerExpressRouteCircuitConnectionListResult> ListNextPage(string nextLink, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default)
Generated\PrivateDnsZoneGroupsOperations.cs (6)
47public virtual async Task<Response<PrivateDnsZoneGroup>> GetAsync(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateDnsZoneGroup> Get(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(privateEndpointName, resourceGroupName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, privateEndpointName, resourceGroupName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(privateEndpointName, resourceGroupName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, privateEndpointName, resourceGroupName, cancellationToken);
Generated\PrivateDnsZoneGroupsRestOperations.cs (6)
162public async Task<Response<PrivateDnsZoneGroup>> GetAsync(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
199public Response<PrivateDnsZoneGroup> Get(string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, CancellationToken cancellationToken = default)
356public async Task<Response<PrivateDnsZoneGroupListResult>> ListAsync(string privateEndpointName, string resourceGroupName, CancellationToken cancellationToken = default)
388public Response<PrivateDnsZoneGroupListResult> List(string privateEndpointName, string resourceGroupName, CancellationToken cancellationToken = default)
434public async Task<Response<PrivateDnsZoneGroupListResult>> ListNextPageAsync(string nextLink, string privateEndpointName, string resourceGroupName, CancellationToken cancellationToken = default)
471public Response<PrivateDnsZoneGroupListResult> ListNextPage(string nextLink, string privateEndpointName, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\PrivateEndpointsOperations.cs (10)
47public virtual async Task<Response<PrivateEndpoint>> GetAsync(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<PrivateEndpoint> Get(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
99var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
114var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
143var response = RestClient.List(resourceGroupName, cancellationToken);
158var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
180var response = await RestClient.ListBySubscriptionAsync(cancellationToken).ConfigureAwait(false);
195var response = await RestClient.ListBySubscriptionNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
217var response = RestClient.ListBySubscription(cancellationToken);
232var response = RestClient.ListBySubscriptionNextPage(nextLink, cancellationToken);
Generated\PrivateEndpointsRestOperations.cs (10)
152public async Task<Response<PrivateEndpoint>> GetAsync(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
185public Response<PrivateEndpoint> Get(string resourceGroupName, string privateEndpointName, string expand = null, CancellationToken cancellationToken = default)
323public async Task<Response<PrivateEndpointListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
350public Response<PrivateEndpointListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
391public async Task<Response<PrivateEndpointListResult>> ListBySubscriptionAsync(CancellationToken cancellationToken = default)
411public Response<PrivateEndpointListResult> ListBySubscription(CancellationToken cancellationToken = default)
447public async Task<Response<PrivateEndpointListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
479public Response<PrivateEndpointListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
523public async Task<Response<PrivateEndpointListResult>> ListBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
550public Response<PrivateEndpointListResult> ListBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\PrivateLinkServicesOperations.cs (26)
47public virtual async Task<Response<PrivateLinkService>> GetAsync(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<PrivateLinkService> Get(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
88public virtual async Task<Response<PrivateEndpointConnection>> GetPrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
109public virtual Response<PrivateEndpointConnection> GetPrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
130public virtual async Task<Response<PrivateEndpointConnection>> UpdatePrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
151public virtual Response<PrivateEndpointConnection> UpdatePrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
183var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
198var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
227var response = RestClient.List(resourceGroupName, cancellationToken);
242var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
264var response = await RestClient.ListBySubscriptionAsync(cancellationToken).ConfigureAwait(false);
279var response = await RestClient.ListBySubscriptionNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
301var response = RestClient.ListBySubscription(cancellationToken);
316var response = RestClient.ListBySubscriptionNextPage(nextLink, cancellationToken);
350var response = await RestClient.ListPrivateEndpointConnectionsAsync(resourceGroupName, serviceName, cancellationToken).ConfigureAwait(false);
365var response = await RestClient.ListPrivateEndpointConnectionsNextPageAsync(nextLink, resourceGroupName, serviceName, cancellationToken).ConfigureAwait(false);
399var response = RestClient.ListPrivateEndpointConnections(resourceGroupName, serviceName, cancellationToken);
414var response = RestClient.ListPrivateEndpointConnectionsNextPage(nextLink, resourceGroupName, serviceName, cancellationToken);
443var response = await RestClient.ListAutoApprovedPrivateLinkServicesAsync(location, cancellationToken).ConfigureAwait(false);
458var response = await RestClient.ListAutoApprovedPrivateLinkServicesNextPageAsync(nextLink, location, cancellationToken).ConfigureAwait(false);
487var response = RestClient.ListAutoApprovedPrivateLinkServices(location, cancellationToken);
502var response = RestClient.ListAutoApprovedPrivateLinkServicesNextPage(nextLink, location, cancellationToken);
536var response = await RestClient.ListAutoApprovedPrivateLinkServicesByResourceGroupAsync(location, resourceGroupName, cancellationToken).ConfigureAwait(false);
551var response = await RestClient.ListAutoApprovedPrivateLinkServicesByResourceGroupNextPageAsync(nextLink, location, resourceGroupName, cancellationToken).ConfigureAwait(false);
585var response = RestClient.ListAutoApprovedPrivateLinkServicesByResourceGroup(location, resourceGroupName, cancellationToken);
600var response = RestClient.ListAutoApprovedPrivateLinkServicesByResourceGroupNextPage(nextLink, location, resourceGroupName, cancellationToken);
Generated\PrivateLinkServicesRestOperations.cs (26)
152public async Task<Response<PrivateLinkService>> GetAsync(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
185public Response<PrivateLinkService> Get(string resourceGroupName, string serviceName, string expand = null, CancellationToken cancellationToken = default)
323public async Task<Response<PrivateLinkServiceListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
350public Response<PrivateLinkServiceListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
391public async Task<Response<PrivateLinkServiceListResult>> ListBySubscriptionAsync(CancellationToken cancellationToken = default)
411public Response<PrivateLinkServiceListResult> ListBySubscription(CancellationToken cancellationToken = default)
461public async Task<Response<PrivateEndpointConnection>> GetPrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
499public Response<PrivateEndpointConnection> GetPrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, string expand = null, CancellationToken cancellationToken = default)
562public async Task<Response<PrivateEndpointConnection>> UpdatePrivateEndpointConnectionAsync(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
604public Response<PrivateEndpointConnection> UpdatePrivateEndpointConnection(string resourceGroupName, string serviceName, string peConnectionName, PrivateEndpointConnection parameters, CancellationToken cancellationToken = default)
753public async Task<Response<PrivateEndpointConnectionListResult>> ListPrivateEndpointConnectionsAsync(string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
785public Response<PrivateEndpointConnectionListResult> ListPrivateEndpointConnections(string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1002public async Task<Response<AutoApprovedPrivateLinkServicesResult>> ListAutoApprovedPrivateLinkServicesAsync(string location, CancellationToken cancellationToken = default)
1029public Response<AutoApprovedPrivateLinkServicesResult> ListAutoApprovedPrivateLinkServices(string location, CancellationToken cancellationToken = default)
1077public async Task<Response<AutoApprovedPrivateLinkServicesResult>> ListAutoApprovedPrivateLinkServicesByResourceGroupAsync(string location, string resourceGroupName, CancellationToken cancellationToken = default)
1109public Response<AutoApprovedPrivateLinkServicesResult> ListAutoApprovedPrivateLinkServicesByResourceGroup(string location, string resourceGroupName, CancellationToken cancellationToken = default)
1154public async Task<Response<PrivateLinkServiceListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1186public Response<PrivateLinkServiceListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1230public async Task<Response<PrivateLinkServiceListResult>> ListBySubscriptionNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
1257public Response<PrivateLinkServiceListResult> ListBySubscriptionNextPage(string nextLink, CancellationToken cancellationToken = default)
1299public async Task<Response<PrivateEndpointConnectionListResult>> ListPrivateEndpointConnectionsNextPageAsync(string nextLink, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1336public Response<PrivateEndpointConnectionListResult> ListPrivateEndpointConnectionsNextPage(string nextLink, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default)
1385public async Task<Response<AutoApprovedPrivateLinkServicesResult>> ListAutoApprovedPrivateLinkServicesNextPageAsync(string nextLink, string location, CancellationToken cancellationToken = default)
1417public Response<AutoApprovedPrivateLinkServicesResult> ListAutoApprovedPrivateLinkServicesNextPage(string nextLink, string location, CancellationToken cancellationToken = default)
1463public async Task<Response<AutoApprovedPrivateLinkServicesResult>> ListAutoApprovedPrivateLinkServicesByResourceGroupNextPageAsync(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
1500public Response<AutoApprovedPrivateLinkServicesResult> ListAutoApprovedPrivateLinkServicesByResourceGroupNextPage(string nextLink, string location, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\PublicIPAddressesOperations.cs (22)
47public virtual async Task<Response<PublicIPAddress>> GetAsync(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<PublicIPAddress> Get(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<PublicIPAddress>> UpdateTagsAsync(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<PublicIPAddress> UpdateTags(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
131public virtual async Task<Response<PublicIPAddress>> GetVirtualMachineScaleSetPublicIPAddressAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
155public virtual Response<PublicIPAddress> GetVirtualMachineScaleSetPublicIPAddress(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
180var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
195var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
217var response = RestClient.ListAll(cancellationToken);
232var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
261var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
276var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
305var response = RestClient.List(resourceGroupName, cancellationToken);
320var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
354var response = await RestClient.ListVirtualMachineScaleSetPublicIPAddressesAsync(resourceGroupName, virtualMachineScaleSetName, cancellationToken).ConfigureAwait(false);
369var response = await RestClient.ListVirtualMachineScaleSetPublicIPAddressesNextPageAsync(nextLink, resourceGroupName, virtualMachineScaleSetName, cancellationToken).ConfigureAwait(false);
403var response = RestClient.ListVirtualMachineScaleSetPublicIPAddresses(resourceGroupName, virtualMachineScaleSetName, cancellationToken);
418var response = RestClient.ListVirtualMachineScaleSetPublicIPAddressesNextPage(nextLink, resourceGroupName, virtualMachineScaleSetName, cancellationToken);
467var response = await RestClient.ListVirtualMachineScaleSetVMPublicIPAddressesAsync(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, ipConfigurationName, cancellationToken).ConfigureAwait(false);
482var response = await RestClient.ListVirtualMachineScaleSetVMPublicIPAddressesNextPageAsync(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, ipConfigurationName, cancellationToken).ConfigureAwait(false);
531var response = RestClient.ListVirtualMachineScaleSetVMPublicIPAddresses(resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, ipConfigurationName, cancellationToken);
546var response = RestClient.ListVirtualMachineScaleSetVMPublicIPAddressesNextPage(nextLink, resourceGroupName, virtualMachineScaleSetName, virtualmachineIndex, networkInterfaceName, ipConfigurationName, cancellationToken);
Generated\PublicIPAddressesRestOperations.cs (22)
152public async Task<Response<PublicIPAddress>> GetAsync(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
185public Response<PublicIPAddress> Get(string resourceGroupName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<PublicIPAddress>> UpdateTagsAsync(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<PublicIPAddress> UpdateTags(string resourceGroupName, string publicIpAddressName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<PublicIPAddressListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<PublicIPAddressListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<PublicIPAddressListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<PublicIPAddressListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
551public async Task<Response<PublicIPAddressListResult>> ListVirtualMachineScaleSetPublicIPAddressesAsync(string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
583public Response<PublicIPAddressListResult> ListVirtualMachineScaleSetPublicIPAddresses(string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
644public async Task<Response<PublicIPAddressListResult>> ListVirtualMachineScaleSetVMPublicIPAddressesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
691public Response<PublicIPAddressListResult> ListVirtualMachineScaleSetVMPublicIPAddresses(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
771public async Task<Response<PublicIPAddress>> GetVirtualMachineScaleSetPublicIPAddressAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
824public Response<PublicIPAddress> GetVirtualMachineScaleSetPublicIPAddress(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, string publicIpAddressName, string expand = null, CancellationToken cancellationToken = default)
884public async Task<Response<PublicIPAddressListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
911public Response<PublicIPAddressListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
952public async Task<Response<PublicIPAddressListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
984public Response<PublicIPAddressListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1030public async Task<Response<PublicIPAddressListResult>> ListVirtualMachineScaleSetPublicIPAddressesNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
1067public Response<PublicIPAddressListResult> ListVirtualMachineScaleSetPublicIPAddressesNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default)
1120public async Task<Response<PublicIPAddressListResult>> ListVirtualMachineScaleSetVMPublicIPAddressesNextPageAsync(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
1172public Response<PublicIPAddressListResult> ListVirtualMachineScaleSetVMPublicIPAddressesNextPage(string nextLink, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default)
Generated\PublicIPPrefixesOperations.cs (12)
47public virtual async Task<Response<PublicIPPrefix>> GetAsync(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<PublicIPPrefix> Get(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<PublicIPPrefix>> UpdateTagsAsync(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<PublicIPPrefix> UpdateTags(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.ListAll(cancellationToken);
184var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(resourceGroupName, cancellationToken);
272var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\PublicIPPrefixesRestOperations.cs (12)
152public async Task<Response<PublicIPPrefix>> GetAsync(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
185public Response<PublicIPPrefix> Get(string resourceGroupName, string publicIpPrefixName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<PublicIPPrefix>> UpdateTagsAsync(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<PublicIPPrefix> UpdateTags(string resourceGroupName, string publicIpPrefixName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<PublicIPPrefixListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<PublicIPPrefixListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<PublicIPPrefixListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<PublicIPPrefixListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
543public async Task<Response<PublicIPPrefixListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
570public Response<PublicIPPrefixListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
611public async Task<Response<PublicIPPrefixListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
643public Response<PublicIPPrefixListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\RouteFilterRulesOperations.cs (6)
47public virtual async Task<Response<RouteFilterRule>> GetAsync(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
67public virtual Response<RouteFilterRule> Get(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByRouteFilterAsync(resourceGroupName, routeFilterName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByRouteFilterNextPageAsync(nextLink, resourceGroupName, routeFilterName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByRouteFilter(resourceGroupName, routeFilterName, cancellationToken);
168var response = RestClient.ListByRouteFilterNextPage(nextLink, resourceGroupName, routeFilterName, cancellationToken);
Generated\RouteFilterRulesRestOperations.cs (6)
162public async Task<Response<RouteFilterRule>> GetAsync(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
199public Response<RouteFilterRule> Get(string resourceGroupName, string routeFilterName, string ruleName, CancellationToken cancellationToken = default)
356public async Task<Response<RouteFilterRuleListResult>> ListByRouteFilterAsync(string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
388public Response<RouteFilterRuleListResult> ListByRouteFilter(string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
434public async Task<Response<RouteFilterRuleListResult>> ListByRouteFilterNextPageAsync(string nextLink, string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
471public Response<RouteFilterRuleListResult> ListByRouteFilterNextPage(string nextLink, string resourceGroupName, string routeFilterName, CancellationToken cancellationToken = default)
Generated\RouteFiltersOperations.cs (12)
47public virtual async Task<Response<RouteFilter>> GetAsync(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<RouteFilter> Get(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<RouteFilter>> UpdateTagsAsync(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<RouteFilter> UpdateTags(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
139var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
154var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
183var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
198var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
220var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
235var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
257var response = RestClient.List(cancellationToken);
272var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\RouteFiltersRestOperations.cs (12)
152public async Task<Response<RouteFilter>> GetAsync(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
185public Response<RouteFilter> Get(string resourceGroupName, string routeFilterName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<RouteFilter>> UpdateTagsAsync(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<RouteFilter> UpdateTags(string resourceGroupName, string routeFilterName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<RouteFilterListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
447public Response<RouteFilterListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
488public async Task<Response<RouteFilterListResult>> ListAsync(CancellationToken cancellationToken = default)
508public Response<RouteFilterListResult> List(CancellationToken cancellationToken = default)
544public async Task<Response<RouteFilterListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
576public Response<RouteFilterListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
620public async Task<Response<RouteFilterListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
647public Response<RouteFilterListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\RoutesOperations.cs (6)
47public virtual async Task<Response<Route>> GetAsync(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
67public virtual Response<Route> Get(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, routeTableName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, routeTableName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, routeTableName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, routeTableName, cancellationToken);
Generated\RoutesRestOperations.cs (6)
162public async Task<Response<Route>> GetAsync(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
199public Response<Route> Get(string resourceGroupName, string routeTableName, string routeName, CancellationToken cancellationToken = default)
356public async Task<Response<RouteListResult>> ListAsync(string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
388public Response<RouteListResult> List(string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
434public async Task<Response<RouteListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
471public Response<RouteListResult> ListNextPage(string nextLink, string resourceGroupName, string routeTableName, CancellationToken cancellationToken = default)
Generated\RouteTablesOperations.cs (12)
47public virtual async Task<Response<RouteTable>> GetAsync(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<RouteTable> Get(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<RouteTable>> UpdateTagsAsync(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<RouteTable> UpdateTags(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
139var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
154var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
183var response = RestClient.List(resourceGroupName, cancellationToken);
198var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
220var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
235var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
257var response = RestClient.ListAll(cancellationToken);
272var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
Generated\RouteTablesRestOperations.cs (12)
152public async Task<Response<RouteTable>> GetAsync(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
185public Response<RouteTable> Get(string resourceGroupName, string routeTableName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<RouteTable>> UpdateTagsAsync(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<RouteTable> UpdateTags(string resourceGroupName, string routeTableName, TagsObject parameters, CancellationToken cancellationToken = default)
420public async Task<Response<RouteTableListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
447public Response<RouteTableListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
488public async Task<Response<RouteTableListResult>> ListAllAsync(CancellationToken cancellationToken = default)
508public Response<RouteTableListResult> ListAll(CancellationToken cancellationToken = default)
544public async Task<Response<RouteTableListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
576public Response<RouteTableListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
620public async Task<Response<RouteTableListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
647public Response<RouteTableListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\SecurityPartnerProvidersOperations.cs (12)
46public virtual async Task<Response<SecurityPartnerProvider>> GetAsync(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
65public virtual Response<SecurityPartnerProvider> Get(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<SecurityPartnerProvider>> UpdateTagsAsync(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
105public virtual Response<SecurityPartnerProvider> UpdateTags(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\SecurityPartnerProvidersRestOperations.cs (12)
147public async Task<Response<SecurityPartnerProvider>> GetAsync(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
179public Response<SecurityPartnerProvider> Get(string resourceGroupName, string securityPartnerProviderName, CancellationToken cancellationToken = default)
324public async Task<Response<SecurityPartnerProvider>> UpdateTagsAsync(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
361public Response<SecurityPartnerProvider> UpdateTags(string resourceGroupName, string securityPartnerProviderName, TagsObject parameters, CancellationToken cancellationToken = default)
414public async Task<Response<SecurityPartnerProviderListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<SecurityPartnerProviderListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<SecurityPartnerProviderListResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<SecurityPartnerProviderListResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<SecurityPartnerProviderListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<SecurityPartnerProviderListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<SecurityPartnerProviderListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<SecurityPartnerProviderListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\SecurityRulesOperations.cs (6)
47public virtual async Task<Response<SecurityRule>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
67public virtual Response<SecurityRule> Get(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, networkSecurityGroupName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, networkSecurityGroupName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, networkSecurityGroupName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, networkSecurityGroupName, cancellationToken);
Generated\SecurityRulesRestOperations.cs (6)
162public async Task<Response<SecurityRule>> GetAsync(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
199public Response<SecurityRule> Get(string resourceGroupName, string networkSecurityGroupName, string securityRuleName, CancellationToken cancellationToken = default)
356public async Task<Response<SecurityRuleListResult>> ListAsync(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
388public Response<SecurityRuleListResult> List(string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
434public async Task<Response<SecurityRuleListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
471public Response<SecurityRuleListResult> ListNextPage(string nextLink, string resourceGroupName, string networkSecurityGroupName, CancellationToken cancellationToken = default)
Generated\ServiceEndpointPoliciesOperations.cs (12)
47public virtual async Task<Response<ServiceEndpointPolicy>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<ServiceEndpointPolicy> Get(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<ServiceEndpointPolicy>> UpdateTagsAsync(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<ServiceEndpointPolicy> UpdateTags(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
132var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
147var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
169var response = RestClient.List(cancellationToken);
184var response = RestClient.ListNextPage(nextLink, cancellationToken);
213var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
228var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
257var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
272var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\ServiceEndpointPoliciesRestOperations.cs (12)
152public async Task<Response<ServiceEndpointPolicy>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
185public Response<ServiceEndpointPolicy> Get(string resourceGroupName, string serviceEndpointPolicyName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<ServiceEndpointPolicy>> UpdateTagsAsync(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<ServiceEndpointPolicy> UpdateTags(string resourceGroupName, string serviceEndpointPolicyName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<ServiceEndpointPolicyListResult>> ListAsync(CancellationToken cancellationToken = default)
436public Response<ServiceEndpointPolicyListResult> List(CancellationToken cancellationToken = default)
476public async Task<Response<ServiceEndpointPolicyListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<ServiceEndpointPolicyListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
543public async Task<Response<ServiceEndpointPolicyListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
570public Response<ServiceEndpointPolicyListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
611public async Task<Response<ServiceEndpointPolicyListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
643public Response<ServiceEndpointPolicyListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\ServiceEndpointPolicyDefinitionsOperations.cs (6)
47public virtual async Task<Response<ServiceEndpointPolicyDefinition>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
67public virtual Response<ServiceEndpointPolicyDefinition> Get(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, serviceEndpointPolicyName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, serviceEndpointPolicyName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByResourceGroup(resourceGroupName, serviceEndpointPolicyName, cancellationToken);
168var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, serviceEndpointPolicyName, cancellationToken);
Generated\ServiceEndpointPolicyDefinitionsRestOperations.cs (6)
162public async Task<Response<ServiceEndpointPolicyDefinition>> GetAsync(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
199public Response<ServiceEndpointPolicyDefinition> Get(string resourceGroupName, string serviceEndpointPolicyName, string serviceEndpointPolicyDefinitionName, CancellationToken cancellationToken = default)
356public async Task<Response<ServiceEndpointPolicyDefinitionListResult>> ListByResourceGroupAsync(string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
388public Response<ServiceEndpointPolicyDefinitionListResult> ListByResourceGroup(string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
434public async Task<Response<ServiceEndpointPolicyDefinitionListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
471public Response<ServiceEndpointPolicyDefinitionListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, string serviceEndpointPolicyName, CancellationToken cancellationToken = default)
Generated\SubnetsOperations.cs (6)
48public virtual async Task<Response<Subnet>> GetAsync(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
69public virtual Response<Subnet> Get(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
106var response = await RestClient.ListAsync(resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
121var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
155var response = RestClient.List(resourceGroupName, virtualNetworkName, cancellationToken);
170var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualNetworkName, cancellationToken);
Generated\SubnetsRestOperations.cs (6)
167public async Task<Response<Subnet>> GetAsync(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
205public Response<Subnet> Get(string resourceGroupName, string virtualNetworkName, string subnetName, string expand = null, CancellationToken cancellationToken = default)
566public async Task<Response<SubnetListResult>> ListAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
598public Response<SubnetListResult> List(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
644public async Task<Response<SubnetListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
681public Response<SubnetListResult> ListNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\VirtualHubRouteTableV2SOperations.cs (6)
47public virtual async Task<Response<VirtualHubRouteTableV2>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
67public virtual Response<VirtualHubRouteTableV2> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualHubName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, virtualHubName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualHubName, cancellationToken);
Generated\VirtualHubRouteTableV2SRestOperations.cs (6)
73public async Task<Response<VirtualHubRouteTableV2>> GetAsync(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
110public Response<VirtualHubRouteTableV2> Get(string resourceGroupName, string virtualHubName, string routeTableName, CancellationToken cancellationToken = default)
356public async Task<Response<ListVirtualHubRouteTableV2SResult>> ListAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
388public Response<ListVirtualHubRouteTableV2SResult> List(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
434public async Task<Response<ListVirtualHubRouteTableV2SResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
471public Response<ListVirtualHubRouteTableV2SResult> ListNextPage(string nextLink, string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
Generated\VirtualHubsOperations.cs (12)
46public virtual async Task<Response<VirtualHub>> GetAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualHub> Get(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VirtualHub>> UpdateTagsAsync(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
105public virtual Response<VirtualHub> UpdateTags(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VirtualHubsRestOperations.cs (12)
70public async Task<Response<VirtualHub>> GetAsync(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
102public Response<VirtualHub> Get(string resourceGroupName, string virtualHubName, CancellationToken cancellationToken = default)
247public async Task<Response<VirtualHub>> UpdateTagsAsync(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
284public Response<VirtualHub> UpdateTags(string resourceGroupName, string virtualHubName, TagsObject virtualHubParameters, CancellationToken cancellationToken = default)
414public async Task<Response<ListVirtualHubsResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ListVirtualHubsResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ListVirtualHubsResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ListVirtualHubsResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<ListVirtualHubsResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<ListVirtualHubsResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<ListVirtualHubsResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<ListVirtualHubsResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\VirtualNetworkGatewayConnectionsOperations.cs (8)
46public virtual async Task<Response<VirtualNetworkGatewayConnection>> GetAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualNetworkGatewayConnection> Get(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<ConnectionSharedKey>> GetSharedKeyAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
103public virtual Response<ConnectionSharedKey> GetSharedKey(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
135var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
150var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
179var response = RestClient.List(resourceGroupName, cancellationToken);
194var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\VirtualNetworkGatewayConnectionsRestOperations.cs (8)
159public async Task<Response<VirtualNetworkGatewayConnection>> GetAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
191public Response<VirtualNetworkGatewayConnection> Get(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
499public async Task<Response<ConnectionSharedKey>> GetSharedKeyAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
531public Response<ConnectionSharedKey> GetSharedKey(string resourceGroupName, string virtualNetworkGatewayConnectionName, CancellationToken cancellationToken = default)
580public async Task<Response<VirtualNetworkGatewayConnectionListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
607public Response<VirtualNetworkGatewayConnectionListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
913public async Task<Response<VirtualNetworkGatewayConnectionListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
945public Response<VirtualNetworkGatewayConnectionListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\VirtualNetworkGatewaysOperations.cs (14)
46public virtual async Task<Response<VirtualNetworkGateway>> GetAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualNetworkGateway> Get(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<string>> SupportedVpnDevicesAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
103public virtual Response<string> SupportedVpnDevices(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
123public virtual async Task<Response<string>> VpnDeviceConfigurationScriptAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
143public virtual Response<string> VpnDeviceConfigurationScript(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
175var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
190var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
219var response = RestClient.List(resourceGroupName, cancellationToken);
234var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
268var response = await RestClient.ListConnectionsAsync(resourceGroupName, virtualNetworkGatewayName, cancellationToken).ConfigureAwait(false);
283var response = await RestClient.ListConnectionsNextPageAsync(nextLink, resourceGroupName, virtualNetworkGatewayName, cancellationToken).ConfigureAwait(false);
317var response = RestClient.ListConnections(resourceGroupName, virtualNetworkGatewayName, cancellationToken);
332var response = RestClient.ListConnectionsNextPage(nextLink, resourceGroupName, virtualNetworkGatewayName, cancellationToken);
Generated\VirtualNetworkGatewaysRestOperations.cs (14)
159public async Task<Response<VirtualNetworkGateway>> GetAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
191public Response<VirtualNetworkGateway> Get(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
406public async Task<Response<VirtualNetworkGatewayListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
433public Response<VirtualNetworkGatewayListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
481public async Task<Response<VirtualNetworkGatewayListConnectionsResult>> ListConnectionsAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
513public Response<VirtualNetworkGatewayListConnectionsResult> ListConnections(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1061public async Task<Response<string>> SupportedVpnDevicesAsync(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1093public Response<string> SupportedVpnDevices(string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
1477public async Task<Response<string>> VpnDeviceConfigurationScriptAsync(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
1514public Response<string> VpnDeviceConfigurationScript(string resourceGroupName, string virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, CancellationToken cancellationToken = default)
1904public async Task<Response<VirtualNetworkGatewayListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1936public Response<VirtualNetworkGatewayListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
1982public async Task<Response<VirtualNetworkGatewayListConnectionsResult>> ListConnectionsNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
2019public Response<VirtualNetworkGatewayListConnectionsResult> ListConnectionsNextPage(string nextLink, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default)
Generated\VirtualNetworkPeeringsOperations.cs (6)
47public virtual async Task<Response<VirtualNetworkPeering>> GetAsync(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
67public virtual Response<VirtualNetworkPeering> Get(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, virtualNetworkName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualNetworkName, cancellationToken);
Generated\VirtualNetworkPeeringsRestOperations.cs (6)
162public async Task<Response<VirtualNetworkPeering>> GetAsync(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
199public Response<VirtualNetworkPeering> Get(string resourceGroupName, string virtualNetworkName, string virtualNetworkPeeringName, CancellationToken cancellationToken = default)
356public async Task<Response<VirtualNetworkPeeringListResult>> ListAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
388public Response<VirtualNetworkPeeringListResult> List(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
434public async Task<Response<VirtualNetworkPeeringListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
471public Response<VirtualNetworkPeeringListResult> ListNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\VirtualNetworksOperations.cs (18)
47public virtual async Task<Response<VirtualNetwork>> GetAsync(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<VirtualNetwork> Get(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
87public virtual async Task<Response<VirtualNetwork>> UpdateTagsAsync(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
107public virtual Response<VirtualNetwork> UpdateTags(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
127public virtual async Task<Response<IPAddressAvailabilityResult>> CheckIPAddressAvailabilityAsync(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
147public virtual Response<IPAddressAvailabilityResult> CheckIPAddressAvailability(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
172var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
187var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
209var response = RestClient.ListAll(cancellationToken);
224var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
253var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
268var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
297var response = RestClient.List(resourceGroupName, cancellationToken);
312var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
346var response = await RestClient.ListUsageAsync(resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
361var response = await RestClient.ListUsageNextPageAsync(nextLink, resourceGroupName, virtualNetworkName, cancellationToken).ConfigureAwait(false);
395var response = RestClient.ListUsage(resourceGroupName, virtualNetworkName, cancellationToken);
410var response = RestClient.ListUsageNextPage(nextLink, resourceGroupName, virtualNetworkName, cancellationToken);
Generated\VirtualNetworksRestOperations.cs (18)
152public async Task<Response<VirtualNetwork>> GetAsync(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
185public Response<VirtualNetwork> Get(string resourceGroupName, string virtualNetworkName, string expand = null, CancellationToken cancellationToken = default)
330public async Task<Response<VirtualNetwork>> UpdateTagsAsync(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
367public Response<VirtualNetwork> UpdateTags(string resourceGroupName, string virtualNetworkName, TagsObject parameters, CancellationToken cancellationToken = default)
416public async Task<Response<VirtualNetworkListResult>> ListAllAsync(CancellationToken cancellationToken = default)
436public Response<VirtualNetworkListResult> ListAll(CancellationToken cancellationToken = default)
476public async Task<Response<VirtualNetworkListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
503public Response<VirtualNetworkListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
553public async Task<Response<IPAddressAvailabilityResult>> CheckIPAddressAvailabilityAsync(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
590public Response<IPAddressAvailabilityResult> CheckIPAddressAvailability(string resourceGroupName, string virtualNetworkName, string ipAddress, CancellationToken cancellationToken = default)
646public async Task<Response<VirtualNetworkListUsageResult>> ListUsageAsync(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
678public Response<VirtualNetworkListUsageResult> ListUsage(string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
722public async Task<Response<VirtualNetworkListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
749public Response<VirtualNetworkListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
790public async Task<Response<VirtualNetworkListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
822public Response<VirtualNetworkListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
868public async Task<Response<VirtualNetworkListUsageResult>> ListUsageNextPageAsync(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
905public Response<VirtualNetworkListUsageResult> ListUsageNextPage(string nextLink, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default)
Generated\VirtualNetworkTapsOperations.cs (12)
46public virtual async Task<Response<VirtualNetworkTap>> GetAsync(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualNetworkTap> Get(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VirtualNetworkTap>> UpdateTagsAsync(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
105public virtual Response<VirtualNetworkTap> UpdateTags(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
130var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
167var response = RestClient.ListAll(cancellationToken);
182var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
211var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
226var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
255var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
270var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\VirtualNetworkTapsRestOperations.cs (12)
147public async Task<Response<VirtualNetworkTap>> GetAsync(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
179public Response<VirtualNetworkTap> Get(string resourceGroupName, string tapName, CancellationToken cancellationToken = default)
324public async Task<Response<VirtualNetworkTap>> UpdateTagsAsync(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
361public Response<VirtualNetworkTap> UpdateTags(string resourceGroupName, string tapName, TagsObject tapParameters, CancellationToken cancellationToken = default)
410public async Task<Response<VirtualNetworkTapListResult>> ListAllAsync(CancellationToken cancellationToken = default)
430public Response<VirtualNetworkTapListResult> ListAll(CancellationToken cancellationToken = default)
470public async Task<Response<VirtualNetworkTapListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
497public Response<VirtualNetworkTapListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
537public async Task<Response<VirtualNetworkTapListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
564public Response<VirtualNetworkTapListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
605public async Task<Response<VirtualNetworkTapListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public Response<VirtualNetworkTapListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\VirtualRouterPeeringsOperations.cs (6)
47public virtual async Task<Response<VirtualRouterPeering>> GetAsync(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
67public virtual Response<VirtualRouterPeering> Get(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListAsync(resourceGroupName, virtualRouterName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, virtualRouterName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.List(resourceGroupName, virtualRouterName, cancellationToken);
168var response = RestClient.ListNextPage(nextLink, resourceGroupName, virtualRouterName, cancellationToken);
Generated\VirtualRouterPeeringsRestOperations.cs (6)
162public async Task<Response<VirtualRouterPeering>> GetAsync(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
199public Response<VirtualRouterPeering> Get(string resourceGroupName, string virtualRouterName, string peeringName, CancellationToken cancellationToken = default)
356public async Task<Response<VirtualRouterPeeringListResult>> ListAsync(string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
388public Response<VirtualRouterPeeringListResult> List(string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
434public async Task<Response<VirtualRouterPeeringListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
471public Response<VirtualRouterPeeringListResult> ListNextPage(string nextLink, string resourceGroupName, string virtualRouterName, CancellationToken cancellationToken = default)
Generated\VirtualRoutersOperations.cs (10)
47public virtual async Task<Response<VirtualRouter>> GetAsync(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
67public virtual Response<VirtualRouter> Get(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
99var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
114var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
143var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
158var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
180var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
195var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
217var response = RestClient.List(cancellationToken);
232var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VirtualRoutersRestOperations.cs (10)
152public async Task<Response<VirtualRouter>> GetAsync(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
185public Response<VirtualRouter> Get(string resourceGroupName, string virtualRouterName, string expand = null, CancellationToken cancellationToken = default)
323public async Task<Response<VirtualRouterListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
350public Response<VirtualRouterListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
391public async Task<Response<VirtualRouterListResult>> ListAsync(CancellationToken cancellationToken = default)
411public Response<VirtualRouterListResult> List(CancellationToken cancellationToken = default)
447public async Task<Response<VirtualRouterListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
479public Response<VirtualRouterListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
523public async Task<Response<VirtualRouterListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
550public Response<VirtualRouterListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\VirtualWansOperations.cs (12)
46public virtual async Task<Response<VirtualWAN>> GetAsync(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualWAN> Get(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VirtualWAN>> UpdateTagsAsync(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
105public virtual Response<VirtualWAN> UpdateTags(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VirtualWansRestOperations.cs (12)
70public async Task<Response<VirtualWAN>> GetAsync(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
102public Response<VirtualWAN> Get(string resourceGroupName, string virtualWANName, CancellationToken cancellationToken = default)
247public async Task<Response<VirtualWAN>> UpdateTagsAsync(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
284public Response<VirtualWAN> UpdateTags(string resourceGroupName, string virtualWANName, TagsObject wANParameters, CancellationToken cancellationToken = default)
414public async Task<Response<ListVirtualWANsResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ListVirtualWANsResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ListVirtualWANsResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ListVirtualWANsResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<ListVirtualWANsResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<ListVirtualWANsResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<ListVirtualWANsResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<ListVirtualWANsResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\VpnConnectionsOperations.cs (6)
47public virtual async Task<Response<VpnConnection>> GetAsync(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
67public virtual Response<VpnConnection> Get(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByVpnGatewayAsync(resourceGroupName, gatewayName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByVpnGatewayNextPageAsync(nextLink, resourceGroupName, gatewayName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByVpnGateway(resourceGroupName, gatewayName, cancellationToken);
168var response = RestClient.ListByVpnGatewayNextPage(nextLink, resourceGroupName, gatewayName, cancellationToken);
Generated\VpnConnectionsRestOperations.cs (6)
73public async Task<Response<VpnConnection>> GetAsync(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
110public Response<VpnConnection> Get(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
356public async Task<Response<ListVpnConnectionsResult>> ListByVpnGatewayAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
388public Response<ListVpnConnectionsResult> ListByVpnGateway(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
434public async Task<Response<ListVpnConnectionsResult>> ListByVpnGatewayNextPageAsync(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
471public Response<ListVpnConnectionsResult> ListByVpnGatewayNextPage(string nextLink, string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
Generated\VpnGatewaysOperations.cs (12)
46public virtual async Task<Response<VpnGateway>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
65public virtual Response<VpnGateway> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VpnGateway>> UpdateTagsAsync(string resourceGroupName, string gatewayName, TagsObject vpnGatewayParameters, CancellationToken cancellationToken = default)
105public virtual Response<VpnGateway> UpdateTags(string resourceGroupName, string gatewayName, TagsObject vpnGatewayParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VpnGatewaysRestOperations.cs (12)
70public async Task<Response<VpnGateway>> GetAsync(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
102public Response<VpnGateway> Get(string resourceGroupName, string gatewayName, CancellationToken cancellationToken = default)
247public async Task<Response<VpnGateway>> UpdateTagsAsync(string resourceGroupName, string gatewayName, TagsObject vpnGatewayParameters, CancellationToken cancellationToken = default)
284public Response<VpnGateway> UpdateTags(string resourceGroupName, string gatewayName, TagsObject vpnGatewayParameters, CancellationToken cancellationToken = default)
490public async Task<Response<ListVpnGatewaysResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
517public Response<ListVpnGatewaysResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
558public async Task<Response<ListVpnGatewaysResult>> ListAsync(CancellationToken cancellationToken = default)
578public Response<ListVpnGatewaysResult> List(CancellationToken cancellationToken = default)
614public async Task<Response<ListVpnGatewaysResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
646public Response<ListVpnGatewaysResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
690public async Task<Response<ListVpnGatewaysResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
717public Response<ListVpnGatewaysResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\VpnLinkConnectionsOperations.cs (4)
69var response = await RestClient.ListByVpnConnectionAsync(resourceGroupName, gatewayName, connectionName, cancellationToken).ConfigureAwait(false);
84var response = await RestClient.ListByVpnConnectionNextPageAsync(nextLink, resourceGroupName, gatewayName, connectionName, cancellationToken).ConfigureAwait(false);
123var response = RestClient.ListByVpnConnection(resourceGroupName, gatewayName, connectionName, cancellationToken);
138var response = RestClient.ListByVpnConnectionNextPage(nextLink, resourceGroupName, gatewayName, connectionName, cancellationToken);
Generated\VpnLinkConnectionsRestOperations.cs (4)
74public async Task<Response<ListVpnSiteLinkConnectionsResult>> ListByVpnConnectionAsync(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
111public Response<ListVpnSiteLinkConnectionsResult> ListByVpnConnection(string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
162public async Task<Response<ListVpnSiteLinkConnectionsResult>> ListByVpnConnectionNextPageAsync(string nextLink, string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
204public Response<ListVpnSiteLinkConnectionsResult> ListByVpnConnectionNextPage(string nextLink, string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default)
Generated\VpnServerConfigurationsOperations.cs (12)
46public virtual async Task<Response<VpnServerConfiguration>> GetAsync(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
65public virtual Response<VpnServerConfiguration> Get(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VpnServerConfiguration>> UpdateTagsAsync(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
105public virtual Response<VpnServerConfiguration> UpdateTags(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VpnServerConfigurationsRestOperations.cs (12)
70public async Task<Response<VpnServerConfiguration>> GetAsync(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
102public Response<VpnServerConfiguration> Get(string resourceGroupName, string vpnServerConfigurationName, CancellationToken cancellationToken = default)
247public async Task<Response<VpnServerConfiguration>> UpdateTagsAsync(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
284public Response<VpnServerConfiguration> UpdateTags(string resourceGroupName, string vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, CancellationToken cancellationToken = default)
414public async Task<Response<ListVpnServerConfigurationsResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ListVpnServerConfigurationsResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ListVpnServerConfigurationsResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ListVpnServerConfigurationsResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<ListVpnServerConfigurationsResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<ListVpnServerConfigurationsResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<ListVpnServerConfigurationsResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<ListVpnServerConfigurationsResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\VpnSiteLinksOperations.cs (6)
47public virtual async Task<Response<VpnSiteLink>> GetAsync(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
67public virtual Response<VpnSiteLink> Get(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByVpnSiteAsync(resourceGroupName, vpnSiteName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByVpnSiteNextPageAsync(nextLink, resourceGroupName, vpnSiteName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByVpnSite(resourceGroupName, vpnSiteName, cancellationToken);
168var response = RestClient.ListByVpnSiteNextPage(nextLink, resourceGroupName, vpnSiteName, cancellationToken);
Generated\VpnSiteLinksRestOperations.cs (6)
73public async Task<Response<VpnSiteLink>> GetAsync(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
110public Response<VpnSiteLink> Get(string resourceGroupName, string vpnSiteName, string vpnSiteLinkName, CancellationToken cancellationToken = default)
166public async Task<Response<ListVpnSiteLinksResult>> ListByVpnSiteAsync(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
198public Response<ListVpnSiteLinksResult> ListByVpnSite(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
244public async Task<Response<ListVpnSiteLinksResult>> ListByVpnSiteNextPageAsync(string nextLink, string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
281public Response<ListVpnSiteLinksResult> ListByVpnSiteNextPage(string nextLink, string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
Generated\VpnSitesOperations.cs (12)
46public virtual async Task<Response<VpnSite>> GetAsync(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
65public virtual Response<VpnSite> Get(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<VpnSite>> UpdateTagsAsync(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
105public virtual Response<VpnSite> UpdateTags(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
196var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.List(cancellationToken);
270var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\VpnSitesRestOperations.cs (12)
70public async Task<Response<VpnSite>> GetAsync(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
102public Response<VpnSite> Get(string resourceGroupName, string vpnSiteName, CancellationToken cancellationToken = default)
247public async Task<Response<VpnSite>> UpdateTagsAsync(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
284public Response<VpnSite> UpdateTags(string resourceGroupName, string vpnSiteName, TagsObject vpnSiteParameters, CancellationToken cancellationToken = default)
414public async Task<Response<ListVpnSitesResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
441public Response<ListVpnSitesResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
482public async Task<Response<ListVpnSitesResult>> ListAsync(CancellationToken cancellationToken = default)
502public Response<ListVpnSitesResult> List(CancellationToken cancellationToken = default)
538public async Task<Response<ListVpnSitesResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
570public Response<ListVpnSitesResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
614public async Task<Response<ListVpnSitesResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
641public Response<ListVpnSitesResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\WebApplicationFirewallPoliciesOperations.cs (12)
46public virtual async Task<Response<WebApplicationFirewallPolicy>> GetAsync(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
65public virtual Response<WebApplicationFirewallPolicy> Get(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
85public virtual async Task<Response<WebApplicationFirewallPolicy>> CreateOrUpdateAsync(string resourceGroupName, string policyName, WebApplicationFirewallPolicy parameters, CancellationToken cancellationToken = default)
105public virtual Response<WebApplicationFirewallPolicy> CreateOrUpdate(string resourceGroupName, string policyName, WebApplicationFirewallPolicy parameters, CancellationToken cancellationToken = default)
137var response = await RestClient.ListAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
152var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
181var response = RestClient.List(resourceGroupName, cancellationToken);
196var response = RestClient.ListNextPage(nextLink, resourceGroupName, cancellationToken);
218var response = await RestClient.ListAllAsync(cancellationToken).ConfigureAwait(false);
233var response = await RestClient.ListAllNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
255var response = RestClient.ListAll(cancellationToken);
270var response = RestClient.ListAllNextPage(nextLink, cancellationToken);
Generated\WebApplicationFirewallPoliciesRestOperations.cs (12)
68public async Task<Response<WebApplicationFirewallPolicyListResult>> ListAsync(string resourceGroupName, CancellationToken cancellationToken = default)
95public Response<WebApplicationFirewallPolicyListResult> List(string resourceGroupName, CancellationToken cancellationToken = default)
136public async Task<Response<WebApplicationFirewallPolicyListResult>> ListAllAsync(CancellationToken cancellationToken = default)
156public Response<WebApplicationFirewallPolicyListResult> ListAll(CancellationToken cancellationToken = default)
198public async Task<Response<WebApplicationFirewallPolicy>> GetAsync(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
230public Response<WebApplicationFirewallPolicy> Get(string resourceGroupName, string policyName, CancellationToken cancellationToken = default)
286public async Task<Response<WebApplicationFirewallPolicy>> CreateOrUpdateAsync(string resourceGroupName, string policyName, WebApplicationFirewallPolicy parameters, CancellationToken cancellationToken = default)
324public Response<WebApplicationFirewallPolicy> CreateOrUpdate(string resourceGroupName, string policyName, WebApplicationFirewallPolicy parameters, CancellationToken cancellationToken = default)
451public async Task<Response<WebApplicationFirewallPolicyListResult>> ListNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
483public Response<WebApplicationFirewallPolicyListResult> ListNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
527public async Task<Response<WebApplicationFirewallPolicyListResult>> ListAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
554public Response<WebApplicationFirewallPolicyListResult> ListAllNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\BackupLongTermRetentionPoliciesOperations.cs (4)
47public virtual async Task<Response<BackupLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
68public virtual Response<BackupLongTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<BackupLongTermRetentionPolicy>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
108public virtual Response<BackupLongTermRetentionPolicy> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\BackupLongTermRetentionPoliciesRestOperations.cs (4)
76public async Task<Response<BackupLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<BackupLongTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, LongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
278public async Task<Response<BackupLongTermRetentionPolicy>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
315public Response<BackupLongTermRetentionPolicy> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\BackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<BackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<BackupShortTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\BackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<BackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<BackupShortTermRetentionPolicy> Get(string resourceGroupName, string serverName, string databaseName, ShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<BackupShortTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
420public Response<BackupShortTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
471public async Task<Response<BackupShortTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
513public Response<BackupShortTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabaseAutomaticTuningOperations.cs (4)
46public virtual async Task<Response<DatabaseAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
66public virtual Response<DatabaseAutomaticTuning> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<DatabaseAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
108public virtual Response<DatabaseAutomaticTuning> Update(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\DatabaseAutomaticTuningRestOperations.cs (4)
74public async Task<Response<DatabaseAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
111public Response<DatabaseAutomaticTuning> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
175public async Task<Response<DatabaseAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
217public Response<DatabaseAutomaticTuning> Update(string resourceGroupName, string serverName, string databaseName, DatabaseAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\DatabaseBlobAuditingPoliciesOperations.cs (8)
47public virtual async Task<Response<DatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<DatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<DatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
109public virtual Response<DatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
151var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
166var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
205var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
220var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseBlobAuditingPoliciesRestOperations.cs (8)
75public async Task<Response<DatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
112public Response<DatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
177public async Task<Response<DatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
220public Response<DatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
284public async Task<Response<DatabaseBlobAuditingPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
321public Response<DatabaseBlobAuditingPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
372public async Task<Response<DatabaseBlobAuditingPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
414public Response<DatabaseBlobAuditingPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabaseOperations.cs (4)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseRestOperations.cs (4)
163public async Task<Response<DatabaseOperationListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
200public Response<DatabaseOperationListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
251public async Task<Response<DatabaseOperationListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
293public Response<DatabaseOperationListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DatabasesOperations.cs (14)
47public virtual async Task<Response<Database>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<Database> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
156var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
200var response = RestClient.ListMetrics(resourceGroupName, serverName, databaseName, filter, cancellationToken);
239var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
278var response = RestClient.ListMetricDefinitions(resourceGroupName, serverName, databaseName, cancellationToken);
312var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
327var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
361var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
376var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
415var response = await RestClient.ListByElasticPoolAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
430var response = await RestClient.ListByElasticPoolNextPageAsync(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
469var response = RestClient.ListByElasticPool(resourceGroupName, serverName, elasticPoolName, cancellationToken);
484var response = RestClient.ListByElasticPoolNextPage(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken);
Generated\DatabasesRestOperations.cs (14)
373public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string serverName, string databaseName, string filter, CancellationToken cancellationToken = default)
415public Response<MetricListResult> ListMetrics(string resourceGroupName, string serverName, string databaseName, string filter, CancellationToken cancellationToken = default)
478public async Task<Response<MetricDefinitionListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
515public Response<MetricDefinitionListResult> ListMetricDefinitions(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
571public async Task<Response<DatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
603public Response<DatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
657public async Task<Response<Database>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
694public Response<Database> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1045public async Task<Response<DatabaseListResult>> ListByElasticPoolAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1082public Response<DatabaseListResult> ListByElasticPool(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1587public async Task<Response<DatabaseListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
1624public Response<DatabaseListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
1675public async Task<Response<DatabaseListResult>> ListByElasticPoolNextPageAsync(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
1717public Response<DatabaseListResult> ListByElasticPoolNextPage(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
Generated\DatabaseThreatDetectionPoliciesOperations.cs (4)
47public virtual async Task<Response<DatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
68public virtual Response<DatabaseSecurityAlertPolicy> Get(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
90public virtual async Task<Response<DatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
112public virtual Response<DatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
Generated\DatabaseThreatDetectionPoliciesRestOperations.cs (4)
76public async Task<Response<DatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
114public Response<DatabaseSecurityAlertPolicy> Get(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, DatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentRuleBaselinesOperations.cs (4)
49public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
72public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
96public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
120public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (4)
82public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
126public Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
202public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
251public Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentScansOperations.cs (8)
49public virtual async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
71public virtual Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
93public virtual async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
115public virtual Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
158var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
173var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, vulnerabilityAssessmentName, cancellationToken);
Generated\DatabaseVulnerabilityAssessmentScansRestOperations.cs (8)
77public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
115public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
179public async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
222public Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
394public async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
438public Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
495public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
538public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
Generated\DatabaseVulnerabilityAssessmentsOperations.cs (8)
48public virtual async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
69public virtual Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
113public virtual Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
266var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DatabaseVulnerabilityAssessmentsRestOperations.cs (8)
76public async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
114public Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
376public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
413public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
464public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
506public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingPoliciesOperations.cs (4)
47public virtual async Task<Response<DataMaskingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
68public virtual Response<DataMaskingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
88public virtual async Task<Response<DataMaskingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
108public virtual Response<DataMaskingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingPoliciesRestOperations.cs (4)
80public async Task<Response<DataMaskingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
122public Response<DataMaskingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, DataMaskingPolicy parameters, CancellationToken cancellationToken = default)
186public async Task<Response<DataMaskingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
223public Response<DataMaskingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\DataMaskingRulesOperations.cs (4)
49public virtual async Task<Response<DataMaskingRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
71public virtual Response<DataMaskingRule> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
113var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
152var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\DataMaskingRulesRestOperations.cs (4)
83public async Task<Response<DataMaskingRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
131public Response<DataMaskingRule> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string dataMaskingRuleName, DataMaskingRule parameters, CancellationToken cancellationToken = default)
201public async Task<Response<DataMaskingRuleListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
238public Response<DataMaskingRuleListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\ElasticPoolOperations.cs (4)
111var response = await RestClient.ListByElasticPoolAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByElasticPoolNextPageAsync(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByElasticPool(resourceGroupName, serverName, elasticPoolName, cancellationToken);
180var response = RestClient.ListByElasticPoolNextPage(nextLink, resourceGroupName, serverName, elasticPoolName, cancellationToken);
Generated\ElasticPoolRestOperations.cs (4)
163public async Task<Response<ElasticPoolOperationListResult>> ListByElasticPoolAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
200public Response<ElasticPoolOperationListResult> ListByElasticPool(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
251public async Task<Response<ElasticPoolOperationListResult>> ListByElasticPoolNextPageAsync(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
293public Response<ElasticPoolOperationListResult> ListByElasticPoolNextPage(string nextLink, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
Generated\ElasticPoolsOperations.cs (10)
47public virtual async Task<Response<ElasticPool>> GetAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
67public virtual Response<ElasticPool> Get(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
114var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, elasticPoolName, filter, cancellationToken).ConfigureAwait(false);
158var response = RestClient.ListMetrics(resourceGroupName, serverName, elasticPoolName, filter, cancellationToken);
197var response = await RestClient.ListMetricDefinitionsAsync(resourceGroupName, serverName, elasticPoolName, cancellationToken).ConfigureAwait(false);
236var response = RestClient.ListMetricDefinitions(resourceGroupName, serverName, elasticPoolName, cancellationToken);
271var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, skip, cancellationToken).ConfigureAwait(false);
286var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, skip, cancellationToken).ConfigureAwait(false);
321var response = RestClient.ListByServer(resourceGroupName, serverName, skip, cancellationToken);
336var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, skip, cancellationToken);
Generated\ElasticPoolsRestOperations.cs (10)
76public async Task<Response<MetricListResult>> ListMetricsAsync(string resourceGroupName, string serverName, string elasticPoolName, string filter, CancellationToken cancellationToken = default)
118public Response<MetricListResult> ListMetrics(string resourceGroupName, string serverName, string elasticPoolName, string filter, CancellationToken cancellationToken = default)
181public async Task<Response<MetricDefinitionListResult>> ListMetricDefinitionsAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
218public Response<MetricDefinitionListResult> ListMetricDefinitions(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
279public async Task<Response<ElasticPoolListResult>> ListByServerAsync(string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
312public Response<ElasticPoolListResult> ListByServer(string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
366public async Task<Response<ElasticPool>> GetAsync(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
403public Response<ElasticPool> Get(string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default)
833public async Task<Response<ElasticPoolListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
871public Response<ElasticPoolListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, int? skip = null, CancellationToken cancellationToken = default)
Generated\EncryptionProtectorsOperations.cs (6)
47public virtual async Task<Response<EncryptionProtector>> GetAsync(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
67public virtual Response<EncryptionProtector> Get(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\EncryptionProtectorsRestOperations.cs (6)
150public async Task<Response<EncryptionProtectorListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
182public Response<EncryptionProtectorListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
236public async Task<Response<EncryptionProtector>> GetAsync(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
269public Response<EncryptionProtector> Get(string resourceGroupName, string serverName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
408public async Task<Response<EncryptionProtectorListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
445public Response<EncryptionProtectorListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ExtendedDatabaseBlobAuditingPoliciesOperations.cs (8)
47public virtual async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<ExtendedDatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
109public virtual Response<ExtendedDatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
151var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
166var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
205var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
220var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ExtendedDatabaseBlobAuditingPoliciesRestOperations.cs (8)
75public async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
112public Response<ExtendedDatabaseBlobAuditingPolicy> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
177public async Task<Response<ExtendedDatabaseBlobAuditingPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
220public Response<ExtendedDatabaseBlobAuditingPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, ExtendedDatabaseBlobAuditingPolicy parameters, CancellationToken cancellationToken = default)
284public async Task<Response<ExtendedDatabaseBlobAuditingPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
321public Response<ExtendedDatabaseBlobAuditingPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
372public async Task<Response<ExtendedDatabaseBlobAuditingPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
414public Response<ExtendedDatabaseBlobAuditingPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\ExtendedServerBlobAuditingPoliciesOperations.cs (6)
46public virtual async Task<Response<ExtendedServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<ExtendedServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
166var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ExtendedServerBlobAuditingPoliciesRestOperations.cs (6)
72public async Task<Response<ExtendedServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
104public Response<ExtendedServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
247public async Task<Response<ExtendedServerBlobAuditingPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
279public Response<ExtendedServerBlobAuditingPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
325public async Task<Response<ExtendedServerBlobAuditingPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
362public Response<ExtendedServerBlobAuditingPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\FailoverGroupsOperations.cs (6)
47public virtual async Task<Response<FailoverGroup>> GetAsync(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
67public virtual Response<FailoverGroup> Get(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\FailoverGroupsRestOperations.cs (6)
73public async Task<Response<FailoverGroup>> GetAsync(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
110public Response<FailoverGroup> Get(string resourceGroupName, string serverName, string failoverGroupName, CancellationToken cancellationToken = default)
458public async Task<Response<FailoverGroupListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
490public Response<FailoverGroupListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
712public async Task<Response<FailoverGroupListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
749public Response<FailoverGroupListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\FirewallRulesOperations.cs (6)
48public virtual async Task<Response<FirewallRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
69public virtual Response<FirewallRule> CreateOrUpdate(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
129public virtual async Task<Response<FirewallRule>> GetAsync(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
149public virtual Response<FirewallRule> Get(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
220var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\FirewallRulesRestOperations.cs (6)
78public async Task<Response<FirewallRule>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
121public Response<FirewallRule> CreateOrUpdate(string resourceGroupName, string serverName, string firewallRuleName, FirewallRule parameters, CancellationToken cancellationToken = default)
270public async Task<Response<FirewallRule>> GetAsync(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
307public Response<FirewallRule> Get(string resourceGroupName, string serverName, string firewallRuleName, CancellationToken cancellationToken = default)
363public async Task<Response<FirewallRuleListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
395public Response<FirewallRuleListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\GeoBackupPoliciesOperations.cs (6)
49public virtual async Task<Response<GeoBackupPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
71public virtual Response<GeoBackupPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
92public virtual async Task<Response<GeoBackupPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
113public virtual Response<GeoBackupPolicy> Get(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
155var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
194var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\GeoBackupPoliciesRestOperations.cs (6)
81public async Task<Response<GeoBackupPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
125public Response<GeoBackupPolicy> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicy parameters, CancellationToken cancellationToken = default)
191public async Task<Response<GeoBackupPolicy>> GetAsync(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
229public Response<GeoBackupPolicy> Get(string resourceGroupName, string serverName, string databaseName, GeoBackupPolicyName geoBackupPolicyName, CancellationToken cancellationToken = default)
288public async Task<Response<GeoBackupPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
325public Response<GeoBackupPolicyListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\InstanceFailoverGroupsOperations.cs (6)
47public virtual async Task<Response<InstanceFailoverGroup>> GetAsync(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
67public virtual Response<InstanceFailoverGroup> Get(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByLocationAsync(resourceGroupName, locationName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByLocationNextPageAsync(nextLink, resourceGroupName, locationName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByLocation(resourceGroupName, locationName, cancellationToken);
168var response = RestClient.ListByLocationNextPage(nextLink, resourceGroupName, locationName, cancellationToken);
Generated\InstanceFailoverGroupsRestOperations.cs (6)
73public async Task<Response<InstanceFailoverGroup>> GetAsync(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
110public Response<InstanceFailoverGroup> Get(string resourceGroupName, string locationName, string failoverGroupName, CancellationToken cancellationToken = default)
357public async Task<Response<InstanceFailoverGroupListResult>> ListByLocationAsync(string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
389public Response<InstanceFailoverGroupListResult> ListByLocation(string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
611public async Task<Response<InstanceFailoverGroupListResult>> ListByLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
648public Response<InstanceFailoverGroupListResult> ListByLocationNextPage(string nextLink, string resourceGroupName, string locationName, CancellationToken cancellationToken = default)
Generated\InstancePoolsOperations.cs (10)
46public virtual async Task<Response<InstancePool>> GetAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
65public virtual Response<InstancePool> Get(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
156var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
178var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
193var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
215var response = RestClient.List(cancellationToken);
230var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\InstancePoolsRestOperations.cs (10)
70public async Task<Response<InstancePool>> GetAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
102public Response<InstancePool> Get(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
407public async Task<Response<InstancePoolListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
434public Response<InstancePoolListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
475public async Task<Response<InstancePoolListResult>> ListAsync(CancellationToken cancellationToken = default)
495public Response<InstancePoolListResult> List(CancellationToken cancellationToken = default)
531public async Task<Response<InstancePoolListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
563public Response<InstancePoolListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
607public async Task<Response<InstancePoolListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
634public Response<InstancePoolListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\JobAgentsOperations.cs (6)
47public virtual async Task<Response<JobAgent>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
67public virtual Response<JobAgent> Get(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\JobAgentsRestOperations.cs (6)
71public async Task<Response<JobAgentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<JobAgentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<JobAgent>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
194public Response<JobAgent> Get(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
536public async Task<Response<JobAgentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
573public Response<JobAgentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\JobCredentialsOperations.cs (8)
48public virtual async Task<Response<JobCredential>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
69public virtual Response<JobCredential> Get(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<JobCredential>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
113public virtual Response<JobCredential> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobCredentialsRestOperations.cs (8)
74public async Task<Response<JobCredentialListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobCredentialListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<JobCredential>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
214public Response<JobCredential> Get(string resourceGroupName, string serverName, string jobAgentName, string credentialName, CancellationToken cancellationToken = default)
284public async Task<Response<JobCredential>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
332public Response<JobCredential> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string credentialName, JobCredential parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobCredentialListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobCredentialListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobExecutionsOperations.cs (10)
93public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
115public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
164var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
179var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
225var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
240var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
291var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
306var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
357var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
372var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobExecutionsRestOperations.cs (10)
109public async Task<Response<JobExecutionListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
153public Response<JobExecutionListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
451public async Task<Response<JobExecutionListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
500public Response<JobExecutionListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
568public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
611public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, CancellationToken cancellationToken = default)
778public async Task<Response<JobExecutionListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
827public Response<JobExecutionListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
890public async Task<Response<JobExecutionListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
944public Response<JobExecutionListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobsOperations.cs (8)
48public virtual async Task<Response<Job>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
69public virtual Response<Job> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<Job>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
113public virtual Response<Job> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobsRestOperations.cs (8)
74public async Task<Response<JobListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<Job>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
214public Response<Job> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
284public async Task<Response<Job>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
332public Response<Job> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, Job parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobStepExecutionsOperations.cs (6)
50public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
73public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
128var response = await RestClient.ListByJobExecutionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
143var response = await RestClient.ListByJobExecutionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
195var response = RestClient.ListByJobExecution(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
210var response = RestClient.ListByJobExecutionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobStepExecutionsRestOperations.cs (6)
115public async Task<Response<JobExecutionListResult>> ListByJobExecutionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
165public Response<JobExecutionListResult> ListByJobExecution(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
236public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
284public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, CancellationToken cancellationToken = default)
352public async Task<Response<JobExecutionListResult>> ListByJobExecutionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
407public Response<JobExecutionListResult> ListByJobExecutionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobStepsOperations.cs (14)
50public virtual async Task<Response<JobStep>> GetByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
73public virtual Response<JobStep> GetByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
95public virtual async Task<Response<JobStep>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
117public virtual Response<JobStep> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
140public virtual async Task<Response<JobStep>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
163public virtual Response<JobStep> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
255var response = await RestClient.ListByVersionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken).ConfigureAwait(false);
270var response = await RestClient.ListByVersionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken).ConfigureAwait(false);
315var response = RestClient.ListByVersion(resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken);
330var response = RestClient.ListByVersionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobVersion, cancellationToken);
374var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
389var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
433var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
448var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
Generated\JobStepsRestOperations.cs (14)
80public async Task<Response<JobStepListResult>> ListByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
123public Response<JobStepListResult> ListByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
194public async Task<Response<JobStep>> GetByVersionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
242public Response<JobStep> GetByVersion(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, string stepName, CancellationToken cancellationToken = default)
312public async Task<Response<JobStepListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
354public Response<JobStepListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
422public async Task<Response<JobStep>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
469public Response<JobStep> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, CancellationToken cancellationToken = default)
546public async Task<Response<JobStep>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
599public Response<JobStep> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string jobName, string stepName, JobStep parameters, CancellationToken cancellationToken = default)
775public async Task<Response<JobStepListResult>> ListByVersionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
823public Response<JobStepListResult> ListByVersionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
883public async Task<Response<JobStepListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
930public Response<JobStepListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
Generated\JobTargetExecutionsOperations.cs (10)
51public virtual async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
75public virtual Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
130var response = await RestClient.ListByJobExecutionAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
145var response = await RestClient.ListByJobExecutionNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
197var response = RestClient.ListByJobExecution(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
212var response = RestClient.ListByJobExecutionNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
269var response = await RestClient.ListByStepAsync(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
284var response = await RestClient.ListByStepNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken).ConfigureAwait(false);
341var response = RestClient.ListByStep(resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
356var response = RestClient.ListByStepNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, jobExecutionId, stepName, createTimeMin, createTimeMax, endTimeMin, endTimeMax, isActive, skip, top, cancellationToken);
Generated\JobTargetExecutionsRestOperations.cs (10)
115public async Task<Response<JobExecutionListResult>> ListByJobExecutionAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
165public Response<JobExecutionListResult> ListByJobExecution(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
272public async Task<Response<JobExecutionListResult>> ListByStepAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
327public Response<JobExecutionListResult> ListByStep(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
405public async Task<Response<JobExecution>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
454public Response<JobExecution> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, CancellationToken cancellationToken = default)
522public async Task<Response<JobExecutionListResult>> ListByJobExecutionNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
577public Response<JobExecutionListResult> ListByJobExecutionNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
646public async Task<Response<JobExecutionListResult>> ListByStepNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
706public Response<JobExecutionListResult> ListByStepNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, DateTimeOffset? createTimeMin = null, DateTimeOffset? createTimeMax = null, DateTimeOffset? endTimeMin = null, DateTimeOffset? endTimeMax = null, bool? isActive = null, int? skip = null, int? top = null, CancellationToken cancellationToken = default)
Generated\JobTargetGroupsOperations.cs (8)
48public virtual async Task<Response<JobTargetGroup>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
69public virtual Response<JobTargetGroup> Get(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<JobTargetGroup>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
113public virtual Response<JobTargetGroup> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByAgentAsync(resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByAgentNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByAgent(resourceGroupName, serverName, jobAgentName, cancellationToken);
266var response = RestClient.ListByAgentNextPage(nextLink, resourceGroupName, serverName, jobAgentName, cancellationToken);
Generated\JobTargetGroupsRestOperations.cs (8)
74public async Task<Response<JobTargetGroupListResult>> ListByAgentAsync(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
111public Response<JobTargetGroupListResult> ListByAgent(string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
172public async Task<Response<JobTargetGroup>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
214public Response<JobTargetGroup> Get(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, CancellationToken cancellationToken = default)
284public async Task<Response<JobTargetGroup>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
332public Response<JobTargetGroup> CreateOrUpdate(string resourceGroupName, string serverName, string jobAgentName, string targetGroupName, JobTargetGroup parameters, CancellationToken cancellationToken = default)
490public async Task<Response<JobTargetGroupListResult>> ListByAgentNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
532public Response<JobTargetGroupListResult> ListByAgentNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default)
Generated\JobVersionsOperations.cs (6)
49public virtual async Task<Response<JobVersion>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
71public virtual Response<JobVersion> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
118var response = await RestClient.ListByJobAsync(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListByJobNextPageAsync(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByJob(resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
192var response = RestClient.ListByJobNextPage(nextLink, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken);
Generated\JobVersionsRestOperations.cs (6)
77public async Task<Response<JobVersionListResult>> ListByJobAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
119public Response<JobVersionListResult> ListByJob(string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
187public async Task<Response<JobVersion>> GetAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
230public Response<JobVersion> Get(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default)
286public async Task<Response<JobVersionListResult>> ListByJobNextPageAsync(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
333public Response<JobVersionListResult> ListByJobNextPage(string nextLink, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default)
Generated\LongTermRetentionBackupsOperations.cs (28)
49public virtual async Task<Response<LongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
71public virtual Response<LongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
92public virtual async Task<Response<LongTermRetentionBackup>> GetAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
113public virtual Response<LongTermRetentionBackup> Get(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
162var response = await RestClient.ListByResourceGroupDatabaseAsync(resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
177var response = await RestClient.ListByResourceGroupDatabaseNextPageAsync(nextLink, resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
223var response = RestClient.ListByResourceGroupDatabase(resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
238var response = RestClient.ListByResourceGroupDatabaseNextPage(nextLink, resourceGroupName, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
274var response = await RestClient.ListByResourceGroupLocationAsync(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
289var response = await RestClient.ListByResourceGroupLocationNextPageAsync(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
325var response = RestClient.ListByResourceGroupLocation(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
340var response = RestClient.ListByResourceGroupLocationNextPage(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
381var response = await RestClient.ListByResourceGroupServerAsync(resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
396var response = await RestClient.ListByResourceGroupServerNextPageAsync(nextLink, resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
437var response = RestClient.ListByResourceGroupServer(resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
452var response = RestClient.ListByResourceGroupServerNextPage(nextLink, resourceGroupName, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
493var response = await RestClient.ListByDatabaseAsync(locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
508var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
549var response = RestClient.ListByDatabase(locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
564var response = RestClient.ListByDatabaseNextPage(nextLink, locationName, longTermRetentionServerName, longTermRetentionDatabaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
595var response = await RestClient.ListByLocationAsync(locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
610var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
641var response = RestClient.ListByLocation(locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
656var response = RestClient.ListByLocationNextPage(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
692var response = await RestClient.ListByServerAsync(locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
707var response = await RestClient.ListByServerNextPageAsync(nextLink, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
743var response = RestClient.ListByServer(locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
758var response = RestClient.ListByServerNextPage(nextLink, locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken);
Generated\LongTermRetentionBackupsRestOperations.cs (28)
79public async Task<Response<LongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
126public Response<LongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
316public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupDatabaseAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
360public Response<LongTermRetentionBackupListResult> ListByResourceGroupDatabase(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
430public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupLocationAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
464public Response<LongTermRetentionBackupListResult> ListByResourceGroupLocation(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
529public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupServerAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
568public Response<LongTermRetentionBackupListResult> ListByResourceGroupServer(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
629public async Task<Response<LongTermRetentionBackup>> GetAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
671public Response<LongTermRetentionBackup> Get(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, CancellationToken cancellationToken = default)
842public async Task<Response<LongTermRetentionBackupListResult>> ListByDatabaseAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
881public Response<LongTermRetentionBackupListResult> ListByDatabase(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
944public async Task<Response<LongTermRetentionBackupListResult>> ListByLocationAsync(string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
973public Response<LongTermRetentionBackupListResult> ListByLocation(string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1031public async Task<Response<LongTermRetentionBackupListResult>> ListByServerAsync(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1065public Response<LongTermRetentionBackupListResult> ListByServer(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1115public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupDatabaseNextPageAsync(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1164public Response<LongTermRetentionBackupListResult> ListByResourceGroupDatabaseNextPage(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1224public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1263public Response<LongTermRetentionBackupListResult> ListByResourceGroupLocationNextPage(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1316public async Task<Response<LongTermRetentionBackupListResult>> ListByResourceGroupServerNextPageAsync(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1360public Response<LongTermRetentionBackupListResult> ListByResourceGroupServerNextPage(string nextLink, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1417public async Task<Response<LongTermRetentionBackupListResult>> ListByDatabaseNextPageAsync(string nextLink, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1461public Response<LongTermRetentionBackupListResult> ListByDatabaseNextPage(string nextLink, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1516public async Task<Response<LongTermRetentionBackupListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1550public Response<LongTermRetentionBackupListResult> ListByLocationNextPage(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1598public async Task<Response<LongTermRetentionBackupListResult>> ListByServerNextPageAsync(string nextLink, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1637public Response<LongTermRetentionBackupListResult> ListByServerNextPage(string nextLink, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = null, LongTermRetentionDatabaseState? databaseState = null, CancellationToken cancellationToken = default)
Generated\LongTermRetentionManagedInstanceBackupsOperations.cs (28)
48public virtual async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetAsync(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedInstanceLongTermRetentionBackup> Get(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
113public virtual Response<ManagedInstanceLongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
157var response = await RestClient.ListByDatabaseAsync(locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
172var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
264var response = await RestClient.ListByInstanceAsync(locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
279var response = await RestClient.ListByInstanceNextPageAsync(nextLink, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
315var response = RestClient.ListByInstance(locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
330var response = RestClient.ListByInstanceNextPage(nextLink, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
361var response = await RestClient.ListByLocationAsync(locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
376var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
407var response = RestClient.ListByLocation(locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
422var response = RestClient.ListByLocationNextPage(nextLink, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
468var response = await RestClient.ListByResourceGroupDatabaseAsync(resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
483var response = await RestClient.ListByResourceGroupDatabaseNextPageAsync(nextLink, resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
529var response = RestClient.ListByResourceGroupDatabase(resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
544var response = RestClient.ListByResourceGroupDatabaseNextPage(nextLink, resourceGroupName, locationName, managedInstanceName, databaseName, onlyLatestPerDatabase, databaseState, cancellationToken);
585var response = await RestClient.ListByResourceGroupInstanceAsync(resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
600var response = await RestClient.ListByResourceGroupInstanceNextPageAsync(nextLink, resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
641var response = RestClient.ListByResourceGroupInstance(resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
656var response = RestClient.ListByResourceGroupInstanceNextPage(nextLink, resourceGroupName, locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken);
692var response = await RestClient.ListByResourceGroupLocationAsync(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
707var response = await RestClient.ListByResourceGroupLocationNextPageAsync(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken).ConfigureAwait(false);
743var response = RestClient.ListByResourceGroupLocation(resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
758var response = RestClient.ListByResourceGroupLocationNextPage(nextLink, resourceGroupName, locationName, onlyLatestPerDatabase, databaseState, cancellationToken);
Generated\LongTermRetentionManagedInstanceBackupsRestOperations.cs (28)
76public async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetAsync(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
118public Response<ManagedInstanceLongTermRetentionBackup> Get(string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
289public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByDatabaseAsync(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
328public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByDatabase(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
394public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByInstanceAsync(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
428public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByInstance(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
487public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByLocationAsync(string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
516public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByLocation(string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
572public async Task<Response<ManagedInstanceLongTermRetentionBackup>> GetByResourceGroupAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
619public Response<ManagedInstanceLongTermRetentionBackup> GetByResourceGroup(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, string backupName, CancellationToken cancellationToken = default)
809public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupDatabaseAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
853public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupDatabase(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
926public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupInstanceAsync(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
965public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupInstance(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1031public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupLocationAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1065public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupLocation(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1114public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByDatabaseNextPageAsync(string nextLink, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1158public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByDatabaseNextPage(string nextLink, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1214public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByInstanceNextPageAsync(string nextLink, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1253public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByInstanceNextPage(string nextLink, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1304public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1338public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByLocationNextPage(string nextLink, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1388public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupDatabaseNextPageAsync(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1437public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupDatabaseNextPage(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1498public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupInstanceNextPageAsync(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1542public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupInstanceNextPage(string nextLink, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1598public async Task<Response<ManagedInstanceLongTermRetentionBackupListResult>> ListByResourceGroupLocationNextPageAsync(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
1637public Response<ManagedInstanceLongTermRetentionBackupListResult> ListByResourceGroupLocationNextPage(string nextLink, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = null, DatabaseState? databaseState = null, CancellationToken cancellationToken = default)
Generated\ManagedBackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedBackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
420public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
471public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
513public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseSecurityAlertPoliciesOperations.cs (8)
48public virtual async Task<Response<ManagedDatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedDatabaseSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<ManagedDatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
113public virtual Response<ManagedDatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
155var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
170var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
209var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
224var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedDatabaseSecurityAlertPoliciesRestOperations.cs (8)
76public async Task<Response<ManagedDatabaseSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
114public Response<ManagedDatabaseSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, CancellationToken cancellationToken = default)
180public async Task<Response<ManagedDatabaseSecurityAlertPolicy>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
224public Response<ManagedDatabaseSecurityAlertPolicy> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, SecurityAlertPolicyName securityAlertPolicyName, ManagedDatabaseSecurityAlertPolicy parameters, CancellationToken cancellationToken = default)
288public async Task<Response<ManagedDatabaseSecurityAlertPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
325public Response<ManagedDatabaseSecurityAlertPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
376public async Task<Response<ManagedDatabaseSecurityAlertPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
418public Response<ManagedDatabaseSecurityAlertPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseSensitivityLabelsOperations.cs (12)
51public virtual async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
75public virtual Response<SensitivityLabel> Get(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
99public virtual async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
123public virtual Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
304var response = await RestClient.ListCurrentByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken).ConfigureAwait(false);
319var response = await RestClient.ListCurrentByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken).ConfigureAwait(false);
359var response = RestClient.ListCurrentByDatabase(resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken);
374var response = RestClient.ListCurrentByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, filter, cancellationToken);
416var response = await RestClient.ListRecommendedByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
431var response = await RestClient.ListRecommendedByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
473var response = RestClient.ListRecommendedByDatabase(resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
488var response = RestClient.ListRecommendedByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
Generated\ManagedDatabaseSensitivityLabelsRestOperations.cs (12)
85public async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
138public Response<SensitivityLabel> Get(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
224public async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
282public Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
731public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
769public Response<SensitivityLabelListResult> ListCurrentByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
843public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
883public Response<SensitivityLabelListResult> ListRecommendedByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
935public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
978public Response<SensitivityLabelListResult> ListCurrentByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
1036public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
1081public Response<SensitivityLabelListResult> ListRecommendedByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
Generated\ManagedDatabasesOperations.cs (10)
47public virtual async Task<Response<ManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
202var response = await RestClient.ListInaccessibleByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
217var response = await RestClient.ListInaccessibleByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListInaccessibleByInstance(resourceGroupName, managedInstanceName, cancellationToken);
266var response = RestClient.ListInaccessibleByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedDatabasesRestOperations.cs (10)
71public async Task<Response<ManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<ManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<ManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
194public Response<ManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
542public async Task<Response<ManagedDatabaseListResult>> ListInaccessibleByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
574public Response<ManagedDatabaseListResult> ListInaccessibleByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
721public async Task<Response<ManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
758public Response<ManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
808public async Task<Response<ManagedDatabaseListResult>> ListInaccessibleByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
845public Response<ManagedDatabaseListResult> ListInaccessibleByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations.cs (4)
49public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
72public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
96public virtual async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
120public virtual Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (4)
82public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
126public Response<DatabaseVulnerabilityAssessmentRuleBaseline> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, CancellationToken cancellationToken = default)
202public async Task<Response<DatabaseVulnerabilityAssessmentRuleBaseline>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
251public Response<DatabaseVulnerabilityAssessmentRuleBaseline> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string ruleId, VulnerabilityAssessmentPolicyBaselineName baselineName, DatabaseVulnerabilityAssessmentRuleBaseline parameters, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentScansOperations.cs (8)
49public virtual async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
71public virtual Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
93public virtual async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
115public virtual Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
158var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
173var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken).ConfigureAwait(false);
213var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken);
228var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, vulnerabilityAssessmentName, cancellationToken);
Generated\ManagedDatabaseVulnerabilityAssessmentScansRestOperations.cs (8)
77public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
115public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
179public async Task<Response<VulnerabilityAssessmentScanRecord>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
222public Response<VulnerabilityAssessmentScanRecord> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
394public async Task<Response<DatabaseVulnerabilityAssessmentScansExport>> ExportAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
438public Response<DatabaseVulnerabilityAssessmentScansExport> Export(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, string scanId, CancellationToken cancellationToken = default)
495public async Task<Response<VulnerabilityAssessmentScanRecordListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
538public Response<VulnerabilityAssessmentScanRecordListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
Generated\ManagedDatabaseVulnerabilityAssessmentsOperations.cs (8)
48public virtual async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
69public virtual Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
91public virtual async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
113public virtual Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
197var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
212var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
251var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
266var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedDatabaseVulnerabilityAssessmentsRestOperations.cs (8)
76public async Task<Response<DatabaseVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
114public Response<DatabaseVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
180public async Task<Response<DatabaseVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
224public Response<DatabaseVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, string databaseName, VulnerabilityAssessmentName vulnerabilityAssessmentName, DatabaseVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
376public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
413public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
464public async Task<Response<DatabaseVulnerabilityAssessmentListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
506public Response<DatabaseVulnerabilityAssessmentListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceAdministratorsOperations.cs (6)
46public virtual async Task<Response<ManagedInstanceAdministrator>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
65public virtual Response<ManagedInstanceAdministrator> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
166var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceAdministratorsRestOperations.cs (6)
71public async Task<Response<ManagedInstanceAdministratorListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<ManagedInstanceAdministratorListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
156public async Task<Response<ManagedInstanceAdministrator>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
188public Response<ManagedInstanceAdministrator> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
403public async Task<Response<ManagedInstanceAdministratorListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
440public Response<ManagedInstanceAdministratorListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceEncryptionProtectorsOperations.cs (6)
47public virtual async Task<Response<ManagedInstanceEncryptionProtector>> GetAsync(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceEncryptionProtector> Get(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceEncryptionProtectorsRestOperations.cs (6)
150public async Task<Response<ManagedInstanceEncryptionProtectorListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
182public Response<ManagedInstanceEncryptionProtectorListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
236public async Task<Response<ManagedInstanceEncryptionProtector>> GetAsync(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
269public Response<ManagedInstanceEncryptionProtector> Get(string resourceGroupName, string managedInstanceName, EncryptionProtectorName encryptionProtectorName, CancellationToken cancellationToken = default)
408public async Task<Response<ManagedInstanceEncryptionProtectorListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
445public Response<ManagedInstanceEncryptionProtectorListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceKeysOperations.cs (6)
47public virtual async Task<Response<ManagedInstanceKey>> GetAsync(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceKey> Get(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
105var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, filter, cancellationToken).ConfigureAwait(false);
120var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, filter, cancellationToken).ConfigureAwait(false);
155var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, filter, cancellationToken);
170var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, filter, cancellationToken);
Generated\ManagedInstanceKeysRestOperations.cs (6)
76public async Task<Response<ManagedInstanceKeyListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
109public Response<ManagedInstanceKeyListResult> ListByInstance(string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
163public async Task<Response<ManagedInstanceKey>> GetAsync(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
200public Response<ManagedInstanceKey> Get(string resourceGroupName, string managedInstanceName, string keyName, CancellationToken cancellationToken = default)
442public async Task<Response<ManagedInstanceKeyListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
480public Response<ManagedInstanceKeyListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string filter = null, CancellationToken cancellationToken = default)
Generated\ManagedInstanceLongTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedInstanceLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedInstanceLongTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, managedInstanceName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, databaseName, cancellationToken);
Generated\ManagedInstanceLongTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedInstanceLongTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedInstanceLongTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
278public async Task<Response<ManagedInstanceLongTermRetentionPolicyListResult>> ListByDatabaseAsync(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
315public Response<ManagedInstanceLongTermRetentionPolicyListResult> ListByDatabase(string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
366public async Task<Response<ManagedInstanceLongTermRetentionPolicyListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
408public Response<ManagedInstanceLongTermRetentionPolicyListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default)
Generated\ManagedInstanceOperations.cs (6)
87public virtual async Task<Response<ManagedInstanceOperation>> GetAsync(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
107public virtual Response<ManagedInstanceOperation> Get(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByManagedInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
159var response = await RestClient.ListByManagedInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
193var response = RestClient.ListByManagedInstance(resourceGroupName, managedInstanceName, cancellationToken);
208var response = RestClient.ListByManagedInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceRestOperations.cs (6)
148public async Task<Response<ManagedInstanceOperationListResult>> ListByManagedInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
180public Response<ManagedInstanceOperationListResult> ListByManagedInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
234public async Task<Response<ManagedInstanceOperation>> GetAsync(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
267public Response<ManagedInstanceOperation> Get(string resourceGroupName, string managedInstanceName, Guid operationId, CancellationToken cancellationToken = default)
313public async Task<Response<ManagedInstanceOperationListResult>> ListByManagedInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
350public Response<ManagedInstanceOperationListResult> ListByManagedInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedInstancesOperations.cs (14)
46public virtual async Task<Response<ManagedInstance>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
65public virtual Response<ManagedInstance> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
156var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
190var response = await RestClient.ListByInstancePoolAsync(resourceGroupName, instancePoolName, cancellationToken).ConfigureAwait(false);
205var response = await RestClient.ListByInstancePoolNextPageAsync(nextLink, resourceGroupName, instancePoolName, cancellationToken).ConfigureAwait(false);
239var response = RestClient.ListByInstancePool(resourceGroupName, instancePoolName, cancellationToken);
254var response = RestClient.ListByInstancePoolNextPage(nextLink, resourceGroupName, instancePoolName, cancellationToken);
276var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
291var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
313var response = RestClient.List(cancellationToken);
328var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\ManagedInstancesRestOperations.cs (14)
149public async Task<Response<ManagedInstanceListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
176public Response<ManagedInstanceListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
223public async Task<Response<ManagedInstance>> GetAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
255public Response<ManagedInstance> Get(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
563public async Task<Response<ManagedInstanceListResult>> ListByInstancePoolAsync(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
595public Response<ManagedInstanceListResult> ListByInstancePool(string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
640public async Task<Response<ManagedInstanceListResult>> ListAsync(CancellationToken cancellationToken = default)
660public Response<ManagedInstanceListResult> List(CancellationToken cancellationToken = default)
696public async Task<Response<ManagedInstanceListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
728public Response<ManagedInstanceListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
774public async Task<Response<ManagedInstanceListResult>> ListByInstancePoolNextPageAsync(string nextLink, string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
811public Response<ManagedInstanceListResult> ListByInstancePoolNextPage(string nextLink, string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default)
859public async Task<Response<ManagedInstanceListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
886public Response<ManagedInstanceListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ManagedInstanceVulnerabilityAssessmentsOperations.cs (8)
47public virtual async Task<Response<ManagedInstanceVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedInstanceVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ManagedInstanceVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
109public virtual Response<ManagedInstanceVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
201var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
235var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
250var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedInstanceVulnerabilityAssessmentsRestOperations.cs (8)
73public async Task<Response<ManagedInstanceVulnerabilityAssessment>> GetAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
106public Response<ManagedInstanceVulnerabilityAssessment> Get(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
165public async Task<Response<ManagedInstanceVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
204public Response<ManagedInstanceVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string managedInstanceName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ManagedInstanceVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
337public async Task<Response<ManagedInstanceVulnerabilityAssessmentListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
369public Response<ManagedInstanceVulnerabilityAssessmentListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
415public async Task<Response<ManagedInstanceVulnerabilityAssessmentListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
452public Response<ManagedInstanceVulnerabilityAssessmentListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations.cs (6)
48public virtual async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
69public virtual Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByRestorableDroppedDatabaseAsync(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByRestorableDroppedDatabaseNextPageAsync(nextLink, resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByRestorableDroppedDatabase(resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken);
180var response = RestClient.ListByRestorableDroppedDatabaseNextPage(nextLink, resourceGroupName, managedInstanceName, restorableDroppedDatabaseId, cancellationToken);
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesRestOperations.cs (6)
76public async Task<Response<ManagedBackupShortTermRetentionPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
114public Response<ManagedBackupShortTermRetentionPolicy> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, ManagedShortTermRetentionPolicyName policyName, CancellationToken cancellationToken = default)
383public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByRestorableDroppedDatabaseAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
420public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByRestorableDroppedDatabase(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
471public async Task<Response<ManagedBackupShortTermRetentionPolicyListResult>> ListByRestorableDroppedDatabaseNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
513public Response<ManagedBackupShortTermRetentionPolicyListResult> ListByRestorableDroppedDatabaseNextPage(string nextLink, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
Generated\ManagedServerSecurityAlertPoliciesOperations.cs (6)
47public virtual async Task<Response<ManagedServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
67public virtual Response<ManagedServerSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\ManagedServerSecurityAlertPoliciesRestOperations.cs (6)
73public async Task<Response<ManagedServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
106public Response<ManagedServerSecurityAlertPolicy> Get(string resourceGroupName, string managedInstanceName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
251public async Task<Response<ManagedServerSecurityAlertPolicyListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
283public Response<ManagedServerSecurityAlertPolicyListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
329public async Task<Response<ManagedServerSecurityAlertPolicyListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
366public Response<ManagedServerSecurityAlertPolicyListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\PrivateEndpointConnectionsOperations.cs (6)
47public virtual async Task<Response<PrivateEndpointConnection>> GetAsync(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateEndpointConnection> Get(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\PrivateEndpointConnectionsRestOperations.cs (6)
73public async Task<Response<PrivateEndpointConnection>> GetAsync(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
110public Response<PrivateEndpointConnection> Get(string resourceGroupName, string serverName, string privateEndpointConnectionName, CancellationToken cancellationToken = default)
355public async Task<Response<PrivateEndpointConnectionListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
387public Response<PrivateEndpointConnectionListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
433public async Task<Response<PrivateEndpointConnectionListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
470public Response<PrivateEndpointConnectionListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\PrivateLinkResourcesOperations.cs (6)
47public virtual async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
67public virtual Response<PrivateLinkResource> Get(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\PrivateLinkResourcesRestOperations.cs (6)
71public async Task<Response<PrivateLinkResourceListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<PrivateLinkResourceListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<PrivateLinkResource>> GetAsync(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
194public Response<PrivateLinkResource> Get(string resourceGroupName, string serverName, string groupName, CancellationToken cancellationToken = default)
244public async Task<Response<PrivateLinkResourceListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
281public Response<PrivateLinkResourceListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RecommendedElasticPoolsOperations.cs (6)
47public virtual async Task<Response<RecommendedElasticPool>> GetAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
67public virtual Response<RecommendedElasticPool> Get(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
177var response = await RestClient.ListMetricsAsync(resourceGroupName, serverName, recommendedElasticPoolName, cancellationToken).ConfigureAwait(false);
216var response = RestClient.ListMetrics(resourceGroupName, serverName, recommendedElasticPoolName, cancellationToken);
Generated\RecommendedElasticPoolsRestOperations.cs (6)
73public async Task<Response<RecommendedElasticPool>> GetAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
110public Response<RecommendedElasticPool> Get(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
166public async Task<Response<RecommendedElasticPoolListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RecommendedElasticPoolListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
253public async Task<Response<RecommendedElasticPoolListMetricsResult>> ListMetricsAsync(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
290public Response<RecommendedElasticPoolListMetricsResult> ListMetrics(string resourceGroupName, string serverName, string recommendedElasticPoolName, CancellationToken cancellationToken = default)
Generated\RecoverableDatabasesOperations.cs (4)
47public virtual async Task<Response<RecoverableDatabase>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
67public virtual Response<RecoverableDatabase> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\RecoverableDatabasesRestOperations.cs (4)
73public async Task<Response<RecoverableDatabase>> GetAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
110public Response<RecoverableDatabase> Get(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
166public async Task<Response<RecoverableDatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RecoverableDatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RecoverableManagedDatabasesOperations.cs (6)
47public virtual async Task<Response<RecoverableManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
67public virtual Response<RecoverableManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\RecoverableManagedDatabasesRestOperations.cs (6)
71public async Task<Response<RecoverableManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<RecoverableManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<RecoverableManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
194public Response<RecoverableManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string recoverableDatabaseName, CancellationToken cancellationToken = default)
244public async Task<Response<RecoverableManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
281public Response<RecoverableManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\ReplicationLinksOperations.cs (4)
90public virtual async Task<Response<ReplicationLink>> GetAsync(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
111public virtual Response<ReplicationLink> Get(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
153var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
192var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ReplicationLinksRestOperations.cs (4)
174public async Task<Response<ReplicationLink>> GetAsync(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
216public Response<ReplicationLink> Get(string resourceGroupName, string serverName, string databaseName, string linkId, CancellationToken cancellationToken = default)
590public async Task<Response<ReplicationLinkListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
627public Response<ReplicationLinkListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\RestorableDroppedDatabasesOperations.cs (4)
47public virtual async Task<Response<RestorableDroppedDatabase>> GetAsync(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
67public virtual Response<RestorableDroppedDatabase> Get(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\RestorableDroppedDatabasesRestOperations.cs (4)
73public async Task<Response<RestorableDroppedDatabase>> GetAsync(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
110public Response<RestorableDroppedDatabase> Get(string resourceGroupName, string serverName, string restorableDroppededDatabaseId, CancellationToken cancellationToken = default)
166public async Task<Response<RestorableDroppedDatabaseListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<RestorableDroppedDatabaseListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\RestorableDroppedManagedDatabasesOperations.cs (6)
47public virtual async Task<Response<RestorableDroppedManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
67public virtual Response<RestorableDroppedManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByInstanceAsync(resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByInstanceNextPageAsync(nextLink, resourceGroupName, managedInstanceName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByInstance(resourceGroupName, managedInstanceName, cancellationToken);
168var response = RestClient.ListByInstanceNextPage(nextLink, resourceGroupName, managedInstanceName, cancellationToken);
Generated\RestorableDroppedManagedDatabasesRestOperations.cs (6)
71public async Task<Response<RestorableDroppedManagedDatabaseListResult>> ListByInstanceAsync(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
103public Response<RestorableDroppedManagedDatabaseListResult> ListByInstance(string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
157public async Task<Response<RestorableDroppedManagedDatabase>> GetAsync(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
194public Response<RestorableDroppedManagedDatabase> Get(string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default)
244public async Task<Response<RestorableDroppedManagedDatabaseListResult>> ListByInstanceNextPageAsync(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
281public Response<RestorableDroppedManagedDatabaseListResult> ListByInstanceNextPage(string nextLink, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default)
Generated\RestorePointsOperations.cs (4)
48public virtual async Task<Response<RestorePoint>> GetAsync(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
69public virtual Response<RestorePoint> Get(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
153var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
192var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\RestorePointsRestOperations.cs (4)
74public async Task<Response<RestorePointListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
111public Response<RestorePointListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
276public async Task<Response<RestorePoint>> GetAsync(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
318public Response<RestorePoint> Get(string resourceGroupName, string serverName, string databaseName, string restorePointName, CancellationToken cancellationToken = default)
Generated\SensitivityLabelsOperations.cs (12)
143public virtual async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
167public virtual Response<SensitivityLabel> Get(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
191public virtual async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
215public virtual Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
304var response = await RestClient.ListCurrentByDatabaseAsync(resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
319var response = await RestClient.ListCurrentByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, filter, cancellationToken).ConfigureAwait(false);
359var response = RestClient.ListCurrentByDatabase(resourceGroupName, serverName, databaseName, filter, cancellationToken);
374var response = RestClient.ListCurrentByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, filter, cancellationToken);
416var response = await RestClient.ListRecommendedByDatabaseAsync(resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
431var response = await RestClient.ListRecommendedByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken).ConfigureAwait(false);
473var response = RestClient.ListRecommendedByDatabase(resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
488var response = RestClient.ListRecommendedByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, includeDisabledRecommendations, skipToken, filter, cancellationToken);
Generated\SensitivityLabelsRestOperations.cs (12)
79public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
117public Response<SensitivityLabelListResult> ListCurrentByDatabase(string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
191public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
231public Response<SensitivityLabelListResult> ListRecommendedByDatabase(string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
547public async Task<Response<SensitivityLabel>> GetAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
600public Response<SensitivityLabel> Get(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabelSource sensitivityLabelSource, CancellationToken cancellationToken = default)
686public async Task<Response<SensitivityLabel>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
744public Response<SensitivityLabel> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, SensitivityLabel parameters, CancellationToken cancellationToken = default)
935public async Task<Response<SensitivityLabelListResult>> ListCurrentByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
978public Response<SensitivityLabelListResult> ListCurrentByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string filter = null, CancellationToken cancellationToken = default)
1036public async Task<Response<SensitivityLabelListResult>> ListRecommendedByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
1081public Response<SensitivityLabelListResult> ListRecommendedByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, bool? includeDisabledRecommendations = null, string skipToken = null, string filter = null, CancellationToken cancellationToken = default)
Generated\ServerAutomaticTuningOperations.cs (4)
45public virtual async Task<Response<ServerAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
64public virtual Response<ServerAutomaticTuning> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
84public virtual async Task<Response<ServerAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
104public virtual Response<ServerAutomaticTuning> Update(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\ServerAutomaticTuningRestOperations.cs (4)
71public async Task<Response<ServerAutomaticTuning>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<ServerAutomaticTuning> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
160public async Task<Response<ServerAutomaticTuning>> UpdateAsync(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
197public Response<ServerAutomaticTuning> Update(string resourceGroupName, string serverName, ServerAutomaticTuning parameters, CancellationToken cancellationToken = default)
Generated\ServerAzureADAdministratorsOperations.cs (6)
47public virtual async Task<Response<ServerAzureADAdministrator>> GetAsync(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
67public virtual Response<ServerAzureADAdministrator> Get(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerAzureADAdministratorsRestOperations.cs (6)
73public async Task<Response<ServerAzureADAdministrator>> GetAsync(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
106public Response<ServerAzureADAdministrator> Get(string resourceGroupName, string serverName, AdministratorName administratorName, CancellationToken cancellationToken = default)
333public async Task<Response<AdministratorListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
365public Response<AdministratorListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
411public async Task<Response<AdministratorListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
448public Response<AdministratorListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerAzureADOnlyAuthenticationsOperations.cs (6)
47public virtual async Task<Response<ServerAzureADOnlyAuthentication>> GetAsync(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
67public virtual Response<ServerAzureADOnlyAuthentication> Get(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerAzureADOnlyAuthenticationsRestOperations.cs (6)
73public async Task<Response<ServerAzureADOnlyAuthentication>> GetAsync(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
106public Response<ServerAzureADOnlyAuthentication> Get(string resourceGroupName, string serverName, AuthenticationName authenticationName, CancellationToken cancellationToken = default)
333public async Task<Response<AzureADOnlyAuthListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
365public Response<AzureADOnlyAuthListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
411public async Task<Response<AzureADOnlyAuthListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
448public Response<AzureADOnlyAuthListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerBlobAuditingPoliciesOperations.cs (6)
46public virtual async Task<Response<ServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<ServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
102var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
117var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
151var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
166var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerBlobAuditingPoliciesRestOperations.cs (6)
72public async Task<Response<ServerBlobAuditingPolicy>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
104public Response<ServerBlobAuditingPolicy> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
247public async Task<Response<ServerBlobAuditingPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
279public Response<ServerBlobAuditingPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
325public async Task<Response<ServerBlobAuditingPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
362public Response<ServerBlobAuditingPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerCommunicationLinksOperations.cs (4)
87public virtual async Task<Response<ServerCommunicationLink>> GetAsync(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
107public virtual Response<ServerCommunicationLink> Get(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
178var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\ServerCommunicationLinksRestOperations.cs (4)
157public async Task<Response<ServerCommunicationLink>> GetAsync(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
194public Response<ServerCommunicationLink> Get(string resourceGroupName, string serverName, string communicationLinkName, CancellationToken cancellationToken = default)
351public async Task<Response<ServerCommunicationLinkListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
383public Response<ServerCommunicationLinkListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerConnectionPoliciesOperations.cs (4)
47public virtual async Task<Response<ServerConnectionPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
68public virtual Response<ServerConnectionPolicy> CreateOrUpdate(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ServerConnectionPolicy>> GetAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
108public virtual Response<ServerConnectionPolicy> Get(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
Generated\ServerConnectionPoliciesRestOperations.cs (4)
78public async Task<Response<ServerConnectionPolicy>> CreateOrUpdateAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
117public Response<ServerConnectionPolicy> CreateOrUpdate(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionPolicy parameters, CancellationToken cancellationToken = default)
176public async Task<Response<ServerConnectionPolicy>> GetAsync(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
209public Response<ServerConnectionPolicy> Get(string resourceGroupName, string serverName, ConnectionPolicyName connectionPolicyName, CancellationToken cancellationToken = default)
Generated\ServerDnsAliasesOperations.cs (6)
47public virtual async Task<Response<ServerDnsAlias>> GetAsync(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
67public virtual Response<ServerDnsAlias> Get(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerDnsAliasesRestOperations.cs (6)
73public async Task<Response<ServerDnsAlias>> GetAsync(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
110public Response<ServerDnsAlias> Get(string resourceGroupName, string serverName, string dnsAliasName, CancellationToken cancellationToken = default)
343public async Task<Response<ServerDnsAliasListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
375public Response<ServerDnsAliasListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
522public async Task<Response<ServerDnsAliasListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
559public Response<ServerDnsAliasListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerKeysOperations.cs (6)
47public virtual async Task<Response<ServerKey>> GetAsync(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
67public virtual Response<ServerKey> Get(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerKeysRestOperations.cs (6)
71public async Task<Response<ServerKeyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
103public Response<ServerKeyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
157public async Task<Response<ServerKey>> GetAsync(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
194public Response<ServerKey> Get(string resourceGroupName, string serverName, string keyName, CancellationToken cancellationToken = default)
435public async Task<Response<ServerKeyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
472public Response<ServerKeyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServerSecurityAlertPoliciesOperations.cs (6)
47public virtual async Task<Response<ServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
67public virtual Response<ServerSecurityAlertPolicy> Get(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerSecurityAlertPoliciesRestOperations.cs (6)
73public async Task<Response<ServerSecurityAlertPolicy>> GetAsync(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
106public Response<ServerSecurityAlertPolicy> Get(string resourceGroupName, string serverName, SecurityAlertPolicyNameAutoGenerated securityAlertPolicyName, CancellationToken cancellationToken = default)
251public async Task<Response<LogicalServerSecurityAlertPolicyListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
283public Response<LogicalServerSecurityAlertPolicyListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
329public async Task<Response<LogicalServerSecurityAlertPolicyListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
366public Response<LogicalServerSecurityAlertPolicyListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServersOperations.cs (12)
46public virtual async Task<Response<Server>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
65public virtual Response<Server> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
83public virtual async Task<Response<CheckNameAvailabilityResponse>> CheckNameAvailabilityAsync(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
101public virtual Response<CheckNameAvailabilityResponse> CheckNameAvailability(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
133var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
148var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
192var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
214var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
229var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
251var response = RestClient.List(cancellationToken);
266var response = RestClient.ListNextPage(nextLink, cancellationToken);
Generated\ServersRestOperations.cs (12)
68public async Task<Response<ServerListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
95public Response<ServerListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
142public async Task<Response<Server>> GetAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
174public Response<Server> Get(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
475public async Task<Response<ServerListResult>> ListAsync(CancellationToken cancellationToken = default)
495public Response<ServerListResult> List(CancellationToken cancellationToken = default)
537public async Task<Response<CheckNameAvailabilityResponse>> CheckNameAvailabilityAsync(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
564public Response<CheckNameAvailabilityResponse> CheckNameAvailability(CheckNameAvailabilityRequest parameters, CancellationToken cancellationToken = default)
605public async Task<Response<ServerListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
637public Response<ServerListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
681public async Task<Response<ServerListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
708public Response<ServerListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
Generated\ServerVulnerabilityAssessmentsOperations.cs (8)
47public virtual async Task<Response<ServerVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
67public virtual Response<ServerVulnerabilityAssessment> Get(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
88public virtual async Task<Response<ServerVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
109public virtual Response<ServerVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
186var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
201var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
235var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
250var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\ServerVulnerabilityAssessmentsRestOperations.cs (8)
73public async Task<Response<ServerVulnerabilityAssessment>> GetAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
106public Response<ServerVulnerabilityAssessment> Get(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, CancellationToken cancellationToken = default)
165public async Task<Response<ServerVulnerabilityAssessment>> CreateOrUpdateAsync(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
204public Response<ServerVulnerabilityAssessment> CreateOrUpdate(string resourceGroupName, string serverName, VulnerabilityAssessmentName vulnerabilityAssessmentName, ServerVulnerabilityAssessment parameters, CancellationToken cancellationToken = default)
337public async Task<Response<ServerVulnerabilityAssessmentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
369public Response<ServerVulnerabilityAssessmentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
415public async Task<Response<ServerVulnerabilityAssessmentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
452public Response<ServerVulnerabilityAssessmentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServiceObjectivesOperations.cs (4)
47public virtual async Task<Response<ServiceObjective>> GetAsync(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
67public virtual Response<ServiceObjective> Get(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
138var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
Generated\ServiceObjectivesRestOperations.cs (4)
73public async Task<Response<ServiceObjective>> GetAsync(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
110public Response<ServiceObjective> Get(string resourceGroupName, string serverName, string serviceObjectiveName, CancellationToken cancellationToken = default)
166public async Task<Response<ServiceObjectiveListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
198public Response<ServiceObjectiveListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\ServiceTierAdvisorsOperations.cs (4)
48public virtual async Task<Response<ServiceTierAdvisor>> GetAsync(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
69public virtual Response<ServiceTierAdvisor> Get(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
150var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
Generated\ServiceTierAdvisorsRestOperations.cs (4)
76public async Task<Response<ServiceTierAdvisor>> GetAsync(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
118public Response<ServiceTierAdvisor> Get(string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName, CancellationToken cancellationToken = default)
181public async Task<Response<ServiceTierAdvisorListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
218public Response<ServiceTierAdvisorListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\SubscriptionUsagesOperations.cs (6)
46public virtual async Task<Response<SubscriptionUsage>> GetAsync(string locationName, string usageName, CancellationToken cancellationToken = default)
65public virtual Response<SubscriptionUsage> Get(string locationName, string usageName, CancellationToken cancellationToken = default)
97var response = await RestClient.ListByLocationAsync(locationName, cancellationToken).ConfigureAwait(false);
112var response = await RestClient.ListByLocationNextPageAsync(nextLink, locationName, cancellationToken).ConfigureAwait(false);
141var response = RestClient.ListByLocation(locationName, cancellationToken);
156var response = RestClient.ListByLocationNextPage(nextLink, locationName, cancellationToken);
Generated\SubscriptionUsagesRestOperations.cs (6)
68public async Task<Response<SubscriptionUsageListResult>> ListByLocationAsync(string locationName, CancellationToken cancellationToken = default)
95public Response<SubscriptionUsageListResult> ListByLocation(string locationName, CancellationToken cancellationToken = default)
142public async Task<Response<SubscriptionUsage>> GetAsync(string locationName, string usageName, CancellationToken cancellationToken = default)
174public Response<SubscriptionUsage> Get(string locationName, string usageName, CancellationToken cancellationToken = default)
219public async Task<Response<SubscriptionUsageListResult>> ListByLocationNextPageAsync(string nextLink, string locationName, CancellationToken cancellationToken = default)
251public Response<SubscriptionUsageListResult> ListByLocationNextPage(string nextLink, string locationName, CancellationToken cancellationToken = default)
Generated\SyncAgentsOperations.cs (12)
47public virtual async Task<Response<SyncAgent>> GetAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
67public virtual Response<SyncAgent> Get(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
87public virtual async Task<Response<SyncAgentKeyProperties>> GenerateKeyAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
107public virtual Response<SyncAgentKeyProperties> GenerateKey(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
144var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
159var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
193var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
208var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
247var response = await RestClient.ListLinkedDatabasesAsync(resourceGroupName, serverName, syncAgentName, cancellationToken).ConfigureAwait(false);
262var response = await RestClient.ListLinkedDatabasesNextPageAsync(nextLink, resourceGroupName, serverName, syncAgentName, cancellationToken).ConfigureAwait(false);
301var response = RestClient.ListLinkedDatabases(resourceGroupName, serverName, syncAgentName, cancellationToken);
316var response = RestClient.ListLinkedDatabasesNextPage(nextLink, resourceGroupName, serverName, syncAgentName, cancellationToken);
Generated\SyncAgentsRestOperations.cs (12)
73public async Task<Response<SyncAgent>> GetAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
110public Response<SyncAgent> Get(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
357public async Task<Response<SyncAgentListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
389public Response<SyncAgentListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
444public async Task<Response<SyncAgentKeyProperties>> GenerateKeyAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
481public Response<SyncAgentKeyProperties> GenerateKey(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
540public async Task<Response<SyncAgentLinkedDatabaseListResult>> ListLinkedDatabasesAsync(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
577public Response<SyncAgentLinkedDatabaseListResult> ListLinkedDatabases(string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
627public async Task<Response<SyncAgentListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
664public Response<SyncAgentListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
715public async Task<Response<SyncAgentLinkedDatabaseListResult>> ListLinkedDatabasesNextPageAsync(string nextLink, string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
757public Response<SyncAgentLinkedDatabaseListResult> ListLinkedDatabasesNextPage(string nextLink, string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default)
Generated\SyncGroupsOperations.cs (18)
132public virtual async Task<Response<SyncGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
153public virtual Response<SyncGroup> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
185var response = await RestClient.ListSyncDatabaseIdsAsync(locationName, cancellationToken).ConfigureAwait(false);
200var response = await RestClient.ListSyncDatabaseIdsNextPageAsync(nextLink, locationName, cancellationToken).ConfigureAwait(false);
229var response = RestClient.ListSyncDatabaseIds(locationName, cancellationToken);
244var response = RestClient.ListSyncDatabaseIdsNextPage(nextLink, locationName, cancellationToken);
288var response = await RestClient.ListHubSchemasAsync(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
303var response = await RestClient.ListHubSchemasNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
347var response = RestClient.ListHubSchemas(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
362var response = RestClient.ListHubSchemasNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
418var response = await RestClient.ListLogsAsync(resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken).ConfigureAwait(false);
433var response = await RestClient.ListLogsNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken).ConfigureAwait(false);
489var response = RestClient.ListLogs(resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken);
504var response = RestClient.ListLogsNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, startTime, endTime, type, continuationToken, cancellationToken);
543var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
558var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
597var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
612var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\SyncGroupsRestOperations.cs (18)
68public async Task<Response<SyncDatabaseIdListResult>> ListSyncDatabaseIdsAsync(string locationName, CancellationToken cancellationToken = default)
95public Response<SyncDatabaseIdListResult> ListSyncDatabaseIds(string locationName, CancellationToken cancellationToken = default)
248public async Task<Response<SyncFullSchemaPropertiesListResult>> ListHubSchemasAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
290public Response<SyncFullSchemaPropertiesListResult> ListHubSchemas(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
367public async Task<Response<SyncGroupLogListResult>> ListLogsAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
421public Response<SyncGroupLogListResult> ListLogs(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
688public async Task<Response<SyncGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
730public Response<SyncGroup> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1121public async Task<Response<SyncGroupListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1158public Response<SyncGroupListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1207public async Task<Response<SyncDatabaseIdListResult>> ListSyncDatabaseIdsNextPageAsync(string nextLink, string locationName, CancellationToken cancellationToken = default)
1239public Response<SyncDatabaseIdListResult> ListSyncDatabaseIdsNextPage(string nextLink, string locationName, CancellationToken cancellationToken = default)
1287public async Task<Response<SyncFullSchemaPropertiesListResult>> ListHubSchemasNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1334public Response<SyncFullSchemaPropertiesListResult> ListHubSchemasNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
1398public async Task<Response<SyncGroupLogListResult>> ListLogsNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
1457public Response<SyncGroupLogListResult> ListLogsNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, Enum65 type, string continuationToken = null, CancellationToken cancellationToken = default)
1524public async Task<Response<SyncGroupListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
1566public Response<SyncGroupListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
Generated\SyncMembersOperations.cs (10)
49public virtual async Task<Response<SyncMember>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
71public virtual Response<SyncMember> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
118var response = await RestClient.ListBySyncGroupAsync(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListBySyncGroupNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListBySyncGroup(resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
192var response = RestClient.ListBySyncGroupNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, cancellationToken);
241var response = await RestClient.ListMemberSchemasAsync(resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken).ConfigureAwait(false);
256var response = await RestClient.ListMemberSchemasNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken).ConfigureAwait(false);
305var response = RestClient.ListMemberSchemas(resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken);
320var response = RestClient.ListMemberSchemasNextPage(nextLink, resourceGroupName, serverName, databaseName, syncGroupName, syncMemberName, cancellationToken);
Generated\SyncMembersRestOperations.cs (10)
79public async Task<Response<SyncMember>> GetAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
126public Response<SyncMember> Get(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
560public async Task<Response<SyncMemberListResult>> ListBySyncGroupAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
602public Response<SyncMemberListResult> ListBySyncGroup(string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
671public async Task<Response<SyncFullSchemaPropertiesListResult>> ListMemberSchemasAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
718public Response<SyncFullSchemaPropertiesListResult> ListMemberSchemas(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
889public async Task<Response<SyncMemberListResult>> ListBySyncGroupNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
936public Response<SyncMemberListResult> ListBySyncGroupNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default)
997public async Task<Response<SyncFullSchemaPropertiesListResult>> ListMemberSchemasNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
1049public Response<SyncFullSchemaPropertiesListResult> ListMemberSchemasNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default)
Generated\TransparentDataEncryptionsOperations.cs (4)
48public virtual async Task<Response<TransparentDataEncryption>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
70public virtual Response<TransparentDataEncryption> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
91public virtual async Task<Response<TransparentDataEncryption>> GetAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
112public virtual Response<TransparentDataEncryption> Get(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
Generated\TransparentDataEncryptionsRestOperations.cs (4)
81public async Task<Response<TransparentDataEncryption>> CreateOrUpdateAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
125public Response<TransparentDataEncryption> CreateOrUpdate(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, TransparentDataEncryption parameters, CancellationToken cancellationToken = default)
191public async Task<Response<TransparentDataEncryption>> GetAsync(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
229public Response<TransparentDataEncryption> Get(string resourceGroupName, string serverName, string databaseName, TransparentDataEncryptionName transparentDataEncryptionName, CancellationToken cancellationToken = default)
Generated\UsagesOperations.cs (4)
65var response = await RestClient.ListByInstancePoolAsync(resourceGroupName, instancePoolName, expandChildren, cancellationToken).ConfigureAwait(false);
80var response = await RestClient.ListByInstancePoolNextPageAsync(nextLink, resourceGroupName, instancePoolName, expandChildren, cancellationToken).ConfigureAwait(false);
115var response = RestClient.ListByInstancePool(resourceGroupName, instancePoolName, expandChildren, cancellationToken);
130var response = RestClient.ListByInstancePoolNextPage(nextLink, resourceGroupName, instancePoolName, expandChildren, cancellationToken);
Generated\UsagesRestOperations.cs (4)
76public async Task<Response<UsageListResult>> ListByInstancePoolAsync(string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
109public Response<UsageListResult> ListByInstancePool(string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
156public async Task<Response<UsageListResult>> ListByInstancePoolNextPageAsync(string nextLink, string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
194public Response<UsageListResult> ListByInstancePoolNextPage(string nextLink, string resourceGroupName, string instancePoolName, bool? expandChildren = null, CancellationToken cancellationToken = default)
Generated\VirtualClustersOperations.cs (10)
46public virtual async Task<Response<VirtualCluster>> GetAsync(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
65public virtual Response<VirtualCluster> Get(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
90var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false);
105var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false);
127var response = RestClient.List(cancellationToken);
142var response = RestClient.ListNextPage(nextLink, cancellationToken);
171var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false);
186var response = await RestClient.ListByResourceGroupNextPageAsync(nextLink, resourceGroupName, cancellationToken).ConfigureAwait(false);
215var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken);
230var response = RestClient.ListByResourceGroupNextPage(nextLink, resourceGroupName, cancellationToken);
Generated\VirtualClustersRestOperations.cs (10)
64public async Task<Response<VirtualClusterListResult>> ListAsync(CancellationToken cancellationToken = default)
84public Response<VirtualClusterListResult> List(CancellationToken cancellationToken = default)
124public async Task<Response<VirtualClusterListResult>> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default)
151public Response<VirtualClusterListResult> ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default)
198public async Task<Response<VirtualCluster>> GetAsync(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
230public Response<VirtualCluster> Get(string resourceGroupName, string virtualClusterName, CancellationToken cancellationToken = default)
439public async Task<Response<VirtualClusterListResult>> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default)
466public Response<VirtualClusterListResult> ListNextPage(string nextLink, CancellationToken cancellationToken = default)
507public async Task<Response<VirtualClusterListResult>> ListByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
539public Response<VirtualClusterListResult> ListByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default)
Generated\VirtualNetworkRulesOperations.cs (6)
47public virtual async Task<Response<VirtualNetworkRule>> GetAsync(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
67public virtual Response<VirtualNetworkRule> Get(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
104var response = await RestClient.ListByServerAsync(resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
119var response = await RestClient.ListByServerNextPageAsync(nextLink, resourceGroupName, serverName, cancellationToken).ConfigureAwait(false);
153var response = RestClient.ListByServer(resourceGroupName, serverName, cancellationToken);
168var response = RestClient.ListByServerNextPage(nextLink, resourceGroupName, serverName, cancellationToken);
Generated\VirtualNetworkRulesRestOperations.cs (6)
73public async Task<Response<VirtualNetworkRule>> GetAsync(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
110public Response<VirtualNetworkRule> Get(string resourceGroupName, string serverName, string virtualNetworkRuleName, CancellationToken cancellationToken = default)
357public async Task<Response<VirtualNetworkRuleListResult>> ListByServerAsync(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
389public Response<VirtualNetworkRuleListResult> ListByServer(string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
435public async Task<Response<VirtualNetworkRuleListResult>> ListByServerNextPageAsync(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
472public Response<VirtualNetworkRuleListResult> ListByServerNextPage(string nextLink, string resourceGroupName, string serverName, CancellationToken cancellationToken = default)
Generated\WorkloadClassifiersOperations.cs (6)
49public virtual async Task<Response<WorkloadClassifier>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
71public virtual Response<WorkloadClassifier> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
118var response = await RestClient.ListByWorkloadGroupAsync(resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken).ConfigureAwait(false);
133var response = await RestClient.ListByWorkloadGroupNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken).ConfigureAwait(false);
177var response = RestClient.ListByWorkloadGroup(resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken);
192var response = RestClient.ListByWorkloadGroupNextPage(nextLink, resourceGroupName, serverName, databaseName, workloadGroupName, cancellationToken);
Generated\WorkloadClassifiersRestOperations.cs (6)
79public async Task<Response<WorkloadClassifier>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
126public Response<WorkloadClassifier> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, string workloadClassifierName, CancellationToken cancellationToken = default)
435public async Task<Response<WorkloadClassifierListResult>> ListByWorkloadGroupAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
477public Response<WorkloadClassifierListResult> ListByWorkloadGroup(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
533public async Task<Response<WorkloadClassifierListResult>> ListByWorkloadGroupNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
580public Response<WorkloadClassifierListResult> ListByWorkloadGroupNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
Generated\WorkloadGroupsOperations.cs (6)
48public virtual async Task<Response<WorkloadGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
69public virtual Response<WorkloadGroup> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
111var response = await RestClient.ListByDatabaseAsync(resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
126var response = await RestClient.ListByDatabaseNextPageAsync(nextLink, resourceGroupName, serverName, databaseName, cancellationToken).ConfigureAwait(false);
165var response = RestClient.ListByDatabase(resourceGroupName, serverName, databaseName, cancellationToken);
180var response = RestClient.ListByDatabaseNextPage(nextLink, resourceGroupName, serverName, databaseName, cancellationToken);
Generated\WorkloadGroupsRestOperations.cs (6)
76public async Task<Response<WorkloadGroup>> GetAsync(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
118public Response<WorkloadGroup> Get(string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default)
396public async Task<Response<WorkloadGroupListResult>> ListByDatabaseAsync(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
433public Response<WorkloadGroupListResult> ListByDatabase(string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
484public async Task<Response<WorkloadGroupListResult>> ListByDatabaseNextPageAsync(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)
526public Response<WorkloadGroupListResult> ListByDatabaseNextPage(string nextLink, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default)